👷♂️ Update dependencies
This commit is contained in:
parent
9bae99cf9a
commit
2cfe532e6a
2 changed files with 5 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -15,15 +15,15 @@
|
||||||
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
|
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
|
||||||
},
|
},
|
||||||
"ssn": {
|
"ssn": {
|
||||||
"version": "git+https://git.jedipedia.net/swtor/ssn.git#dbac3b914c0031e46a12bf54e4d5feb15f67ff73",
|
"version": "git+https://git.jedipedia.net/swtor/ssn.git#0a8e1b361e54581b53dc0f7e1f74bfae614fc890",
|
||||||
"from": "git+https://git.jedipedia.net/swtor/ssn.git",
|
"from": "git+https://git.jedipedia.net/swtor/ssn.git",
|
||||||
"requires": {
|
"requires": {
|
||||||
"ssn-installer": "git+https://git.jedipedia.net/swtor/ssn-installer.git#9a5db3aa4eaa7e6b01a26de47151c2dbe6520c82",
|
"ssn-installer": "git+https://git.jedipedia.net/swtor/ssn-installer.git#34c8da24e619cd2edea09e1f4318c939a36560f8",
|
||||||
"xml-js": "^1.6.8"
|
"xml-js": "^1.6.8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ssn-installer": {
|
"ssn-installer": {
|
||||||
"version": "git+https://git.jedipedia.net/swtor/ssn-installer.git#9a5db3aa4eaa7e6b01a26de47151c2dbe6520c82",
|
"version": "git+https://git.jedipedia.net/swtor/ssn-installer.git#34c8da24e619cd2edea09e1f4318c939a36560f8",
|
||||||
"from": "git+https://git.jedipedia.net/swtor/ssn-installer.git"
|
"from": "git+https://git.jedipedia.net/swtor/ssn-installer.git"
|
||||||
},
|
},
|
||||||
"xml-js": {
|
"xml-js": {
|
||||||
|
|
|
@ -10,7 +10,8 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "rm -rf node_modules && rm -f package-lock.json",
|
"preinstall": "rm -rf node_modules && rm -f package-lock.json",
|
||||||
"start": "rm -rf dist && tsc && chmod +x dist/*.js",
|
"start": "rm -rf dist && tsc && chmod +x dist/*.js",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"update": "rm -rf node_modules package-lock.json && npm install"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ssn": "git+https://git.jedipedia.net/swtor/ssn.git"
|
"ssn": "git+https://git.jedipedia.net/swtor/ssn.git"
|
||||||
|
|
Loading…
Add table
Reference in a new issue