From 2cfe532e6aceea1c187862b05aa7801f3212485a Mon Sep 17 00:00:00 2001 From: C-3PO Date: Tue, 23 Oct 2018 21:00:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20Updat?= =?UTF-8?q?e=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 6 +++--- package.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 760b308..200c40d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,15 +15,15 @@ "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" }, "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", "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" } }, "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 4444d58..65dd395 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "scripts": { "preinstall": "rm -rf node_modules && rm -f package-lock.json", "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": { "ssn": "git+https://git.jedipedia.net/swtor/ssn.git"