👷‍♂️ Fix package.json

This commit is contained in:
C-3PO 2018-10-23 23:19:47 +02:00
parent 144f666ef1
commit bf306b2480
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -4,15 +4,20 @@
"homepage": "https://git.jedipedia.net/swtor/argument-parser",
"repository": {
"type": "git",
"url": "git@jedipedia.net:swtor/argument-parser.git"
"url": "https://git.jedipedia.net/swtor/argument-parser.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"preinstall": "rm -rf node_modules package-lock.json",
"postinstall": "npm start",
"start": "rm -rf dist && tsc && chmod +x dist/*.js",
"test": "echo \"Error: no test specified\" && exit 1",
"update": "rm -rf node_modules package-lock.json && npm install"
},
"files": [
"src/*.ts",
"tsconfig.json"
],
"devDependencies": {
"@types/node": "^10.12.0"
}