This commit is contained in:
Henry Zhu
2016-10-24 17:18:36 -04:00
parent aae09a27d6
commit 12f9cd0826
48 changed files with 148 additions and 148 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-class-constructor-call",
"version": "6.8.0",
"version": "6.18.0",
"description": "This plugin allows Babel to transform class constructors (deprecated)",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-constructor-call",
"license": "MIT",
@@ -10,10 +10,10 @@
],
"dependencies": {
"babel-template": "^6.8.0",
"babel-plugin-syntax-class-constructor-call": "^6.8.0",
"babel-plugin-syntax-class-constructor-call": "^6.18.0",
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}