From 42c891836bdbc3d151c0c9b554b67a7b6f748248 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 25 May 2021 15:59:47 +0200 Subject: [PATCH] [meta] Update ignored files --- .gitignore | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c3629e..a724e6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ node_modules +yarn-error.log +# No need for sharing this +yarn.lock + diff --git a/package.json b/package.json index d693749..67795b6 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "prettier": "^2.3.0", - "typescript": "^4.2.4", + "typescript": "^4.2.4" }, "peerDependencies": { "@flaschengeist/types": "^0.0.1-alpha.1",