fix(cli): add babel-polyfill dep
This commit is contained in:
parent
cd65bc7683
commit
68820aaf59
@ -33,8 +33,8 @@
|
||||
"node": ">=0.12"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-polyfill": "^6.8.0",
|
||||
"blocked": "^1.1.0",
|
||||
"bluebird": "^2.9.21",
|
||||
"clarify": "^1.0.5",
|
||||
"debug": "^2.1.3",
|
||||
"event-to-promise": "^0.7.0",
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
import 'babel-polyfill'
|
||||
|
||||
// Imports utils for better stacktraces.
|
||||
import '../.mocha'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user