Removed package-lock.json from gitignore

canary
WolverinDEV 2020-02-18 13:07:40 +01:00
parent cc439bb6b9
commit ccb12a828a
2 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View File

@ -10,8 +10,6 @@ package-lock.json
vendor/emoji-picker/**/*.js
vendor/emoji-picker/**/*.js.map
.package-lock.json
TeaSpeakUI.tar.gz
TeaWeb-*.zip

View File

@ -37,7 +37,7 @@
"sha256": "^0.2.0",
"terser": "^4.2.1",
"ttypescript": "^1.5.7",
"typescript": "3.5.3",
"typescript": "^3.7.3",
"wat2wasm": "^1.0.2",
"fs-extra": "latest"
},