Removed package-lock.json from gitignore
This commit is contained in:
parent
cc439bb6b9
commit
ccb12a828a
2 changed files with 1 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,8 +10,6 @@ package-lock.json
|
||||||
vendor/emoji-picker/**/*.js
|
vendor/emoji-picker/**/*.js
|
||||||
vendor/emoji-picker/**/*.js.map
|
vendor/emoji-picker/**/*.js.map
|
||||||
|
|
||||||
.package-lock.json
|
|
||||||
|
|
||||||
TeaSpeakUI.tar.gz
|
TeaSpeakUI.tar.gz
|
||||||
TeaWeb-*.zip
|
TeaWeb-*.zip
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
"sha256": "^0.2.0",
|
"sha256": "^0.2.0",
|
||||||
"terser": "^4.2.1",
|
"terser": "^4.2.1",
|
||||||
"ttypescript": "^1.5.7",
|
"ttypescript": "^1.5.7",
|
||||||
"typescript": "3.5.3",
|
"typescript": "^3.7.3",
|
||||||
"wat2wasm": "^1.0.2",
|
"wat2wasm": "^1.0.2",
|
||||||
"fs-extra": "latest"
|
"fs-extra": "latest"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue