fix(package): use babel-plugin-transform-runtime

This commit is contained in:
Julien Fontanet 2016-10-11 10:47:05 +02:00
parent 8c459cac0f
commit bc2f17c840

View File

@ -58,6 +58,9 @@
"test": "mocha --opts .mocha.opts \"dist/**/*.spec.js\""
},
"babel": {
"plugins": [
"transform-runtime"
],
"presets": [
"es2015",
"stage-0"