fix(cli): update cli files to be in line with gitzone cli template

This commit is contained in:
2018-09-22 15:18:21 +02:00
parent edde87b6be
commit db0b38bd7b
3 changed files with 9 additions and 2 deletions

View File

@@ -5,12 +5,12 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"bin": {
"npmci": "dist/cli.js"
"npmci": "cli.js"
},
"scripts": {
"test": "(rm -f config.json) && tstest test/",
"build": "(rm -f config.json) && tsbuild && (npm run testVersion)",
"testVersion": "(cd test/assets/ && node ../../dist/cli.js -v)"
"testVersion": "(cd test/assets/ && node ../../cli.js -v)"
},
"repository": {
"type": "git",