Skip to content

Commit

Permalink
fix(cli): make cli load .ts extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Jul 16, 2018
1 parent f049478 commit c5a7352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions bin/cli
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/env node
require('ts-node').register({})
require('../src/cli.js')
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"prettier": "^1.13.7",
"semantic-release": "^15.7.1",
"travis-deploy-once": "^5.0.1",
"ts-node": "^7.0.0",
"typescript": "^2.9.2"
},
"dependencies": {
"@types/fs-extra": "^5.0.4",
"@types/yargs": "^11.1.0",
"chalk": "^2.4.1",
"debug": "^3.1.0",
"fs-extra": "^6.0.1",
"yargs": "^12.0.1",
"debug": "^3.1.0"
"ts-node": "^7.0.0",
"yargs": "^12.0.1"
}
}

0 comments on commit c5a7352

Please sign in to comment.