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

@@ -9,6 +9,6 @@
"babel-plugin"
],
"dependencies": {
"babel-runtime": "^6.0.14"
"babel-runtime": "^5.0.0"
}
}