From 0a8e1b361e54581b53dc0f7e1f74bfae614fc890 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Tue, 23 Oct 2018 20:59:02 +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 | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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",