diff --git a/.gitignore b/.gitignore index 02c850c..8a6a248 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules/ *.log yarn.lock +package-lock.json diff --git a/package.json b/package.json index f585c95..469f516 100644 --- a/package.json +++ b/package.json @@ -27,4 +27,4 @@ "url": "https://github.com/InvisibleFuture/sakuya/issues" }, "homepage": "https://github.com/InvisibleFuture/sakuya#readme" -} \ No newline at end of file +}