👷‍♂️ Fix package.json for dependency inclusion

This commit is contained in:
C-3PO 2018-10-08 20:54:45 +02:00
parent 32758617e6
commit c4a0af8554
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -6,5 +6,10 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.jedipedia.net/swtor/ssn.git" "url": "https://git.jedipedia.net/swtor/ssn.git"
} },
"scripts": {
"build": "./build.sh"
},
"files": ["ssh-installer"],
"bin": "./ssh-installer"
} }