Properly disable package-lock.json

This commit is contained in:
XhmikosR 2021-10-04 21:52:44 +03:00
parent 32102d9544
commit 6c585c7161
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -7,4 +7,5 @@ readmeData.json
hosts-*
/web.config
/__pycache__
/node_modules
/node_modules/
/package-lock.json

1
.npmrc Normal file
View File

@ -0,0 +1 @@
package-lock=false