This commit is contained in:
Sebastian McKenzie
2015-11-18 20:33:47 -08:00
parent 94887d35e1
commit ac90ea20ea
27 changed files with 84 additions and 84 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-runtime",
"version": "6.1.18",
"version": "6.2.0",
"description": "babel selfContained runtime",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
@@ -11,8 +11,8 @@
"devDependencies": {
"babel-helpers": "^6.1.18",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-template": "^6.1.18",
"babel-template": "^6.2.0",
"babel-runtime": "^5.0.0",
"babel-regenerator-runtime": "^6.0.0"
"babel-regenerator-runtime": "^6.2.0"
}
}