fix babel-runtime version in some packages

This commit is contained in:
Sebastian McKenzie
2015-10-30 23:45:34 +00:00
parent 34665bdfda
commit 8e35c0b615
12 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
"main": "lib/index.js",
"dependencies": {
"babel-types": "^6.0.14",
"babel-runtime": "^6.0.14",
"babel-runtime": "^5.0.0",
"babel-template": "^6.0.14",
"babel-plugin-transform-strict-mode": "^6.0.14"
},