This commit is contained in:
Sebastian McKenzie
2015-10-30 23:30:40 +00:00
parent 2a7c16b045
commit 34665bdfda
111 changed files with 397 additions and 397 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-runtime",
"version": "6.0.12",
"version": "6.0.14",
"description": "babel selfContained runtime",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
@@ -9,10 +9,10 @@
"core-js": "^1.0.0"
},
"devDependencies": {
"babel-helpers": "^6.0.12",
"babel-plugin-transform-runtime": "^6.0.7",
"babel-template": "^6.0.12",
"babel-helpers": "^6.0.14",
"babel-plugin-transform-runtime": "^6.0.14",
"babel-template": "^6.0.14",
"babel-runtime": "^5.0.0",
"regenerator": "^0.8.34"
}
}
}