diff --git a/package-lock.json b/package-lock.json index f9e7ed6..c1ac6e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" }, "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" }, "xml-js": { diff --git a/package.json b/package.json index 266e019..3a19b0b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "scripts": { "postinstall": "npm start", "start": "rm -rf dist && tsc", - "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": { "ssn-installer": "git+https://git.jedipedia.net/swtor/ssn-installer.git",