Skip to content

Commit

Permalink
remove babel-register
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Oct 27, 2017
1 parent 9646ea5 commit 5d67331
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions bin/cli.js
@@ -1,8 +1,3 @@
#!/usr/bin/env node

if (process.env.NODE_ENV === 'development') {
require('babel-register');
require('../src/cli');
} else {
require('../lib/cli');
}
require('../lib/cli');
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -59,7 +59,6 @@
},
"dependencies": {
"axios": "^0.17.0",
"babel-register": "^6.26.0",
"body-parser": "^1.18.2",
"camel-case": "^3.0.0",
"chalk": "^2.3.0",
Expand Down

0 comments on commit 5d67331

Please sign in to comment.