fix(cli): add babel-polyfill dep

This commit is contained in:
Julien Fontanet 2016-05-11 17:40:56 +02:00
parent cd65bc7683
commit 68820aaf59
2 changed files with 3 additions and 1 deletions

View File

@ -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",

View File

@ -1,5 +1,7 @@
#!/usr/bin/env node
import 'babel-polyfill'
// Imports utils for better stacktraces.
import '../.mocha'