This commit is contained in:
Sebastian McKenzie
2015-11-11 23:27:56 -08:00
parent 562023726f
commit 541e547848
117 changed files with 376 additions and 376 deletions

View File

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