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-plugin-transform-es2015-object-super",
"version": "6.1.5",
"version": "6.1.9",
"description": "Compile ES2015 object super to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-object-super",
"license": "MIT",
@@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-replace-supers": "^6.1.5",
"babel-helper-replace-supers": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.5"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}