Fix dependency

This commit is contained in:
2022-03-12 22:10:55 +01:00
parent ad8fc526ac
commit 7802084cf2
3 changed files with 30 additions and 2 deletions

16
.gitignore vendored
View File

@@ -1,2 +1,16 @@
node_modules/
package-lock.json
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
.eslintcache
.yarn-integrity
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*