fix(package): add bin
This commit is contained in:
parent
d9c37f07c3
commit
52f5d5f099
@ -5,6 +5,9 @@
|
|||||||
"description": "TypeScript nightly to easily make use of latest features",
|
"description": "TypeScript nightly to easily make use of latest features",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
"bin": {
|
||||||
|
"tsbuild": "cli.js"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "tsrun test/test.ts",
|
"test": "tsrun test/test.ts",
|
||||||
"build": "node cli.ts.js"
|
"build": "node cli.ts.js"
|
||||||
|
Loading…
Reference in New Issue
Block a user