fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-26 19:27:10 +02:00
parent 8208ba2970
commit 6d354a10d0

View File

@ -7,7 +7,8 @@
"typings": "dist/index.d.ts",
"scripts": {
"test": "tstest test/",
"build": "tsbuild"
"build": "tsbuild",
"start": "node cli.ts.js"
},
"bin": {
"gtools": "cli.js"