Compare commits

...

2 Commits

Author SHA1 Message Date
96b47cc2b4 2.0.17 2018-07-25 20:58:55 +02:00
52f5d5f099 fix(package): add bin 2018-07-25 20:58:55 +02:00
2 changed files with 5 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "tsn", "name": "tsn",
"version": "2.0.16", "version": "2.0.17",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,10 +1,13 @@
{ {
"name": "tsn", "name": "tsn",
"version": "2.0.16", "version": "2.0.17",
"private": false, "private": false,
"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"