Skip to content

Commit

Permalink
Expose _ bin file for consumers to use
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed May 8, 2017
1 parent 01a6be2 commit cc3bf22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -5,7 +5,8 @@
"description": "TypeScript execution environment and REPL for node",
"main": "dist/index.js",
"bin": {
"ts-node": "dist/bin.js"
"ts-node": "dist/bin.js",
"_ts-node": "dist/_bin.js"
},
"files": [
"dist/",
Expand Down

0 comments on commit cc3bf22

Please sign in to comment.