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" }