change plugins to use babel-runtime 6

This commit is contained in:
Henry Zhu
2016-03-22 11:09:47 -04:00
parent 10957a1093
commit 4c23b01798
110 changed files with 117 additions and 111 deletions

View File

@@ -8,7 +8,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-types",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-runtime": "^6.0.0",
"babel-traverse": "^6.7.2",
"esutils": "^2.0.2",
"lodash": "^3.10.1",