This commit is contained in:
Henry Zhu
2016-05-17 14:49:17 -04:00
parent f7c6afe594
commit cf6304a34b
27 changed files with 102 additions and 102 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-runtime",
"version": "6.6.1",
"version": "6.9.0",
"description": "babel selfContained runtime",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
@@ -10,8 +10,8 @@
},
"devDependencies": {
"babel-helpers": "^6.6.0",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-template": "^6.6.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-template": "^6.9.0",
"babel-regenerator-runtime": "^6.3.13"
}
}