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

@@ -12,7 +12,7 @@
"babel-plugin-syntax-async-functions": "^6.3.13",
"babel-helper-remap-async-to-generator": "^6.7.0",
"babel-types": "^6.7.0",
"babel-runtime": "^5.0.0"
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.3.13"