From c4a0af85542360e264f2acde83e25f076676b994 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Mon, 8 Oct 2018 20:54:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20Fix?= =?UTF-8?q?=20package.json=20for=20dependency=20inclusion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e424be6..1134999 100644 --- a/package.json +++ b/package.json @@ -6,5 +6,10 @@ "repository": { "type": "git", "url": "https://git.jedipedia.net/swtor/ssn.git" - } + }, + "scripts": { + "build": "./build.sh" + }, + "files": ["ssh-installer"], + "bin": "./ssh-installer" }