Browse Source

move babel transform plugin dev dep

master
Guillermo Rauch 9 years ago
parent
commit
f538c3939e
  1. 2
      package.json

2
package.json

@ -14,7 +14,6 @@
"dependencies": {
"arr-flatten": "1.0.1",
"array-unique": "0.2.1",
"babel-plugin-transform-runtime": "6.5.2",
"babel-runtime": "6.5.0",
"bytes": "2.3.0",
"chalk": "1.1.1",
@ -32,6 +31,7 @@
"alpha-sort": "1.0.2",
"ava": "0.12.0",
"babel-eslint": "4.1.8",
"babel-plugin-transform-runtime": "6.5.2",
"babel-plugin-syntax-async-functions": "6.3.13",
"babel-plugin-transform-async-to-generator": "6.4.6",
"babel-preset-es2015": "6.3.13",

Loading…
Cancel
Save