fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-26 19:29:15 +02:00
parent 5f34bc8042
commit 4c36174b0d

View File

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