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

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