This commit is contained in:
Sebastian McKenzie
2015-10-30 04:53:38 +00:00
parent fb1da98c47
commit 69f17f7df1
18 changed files with 65 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-class-constructor-call",
"version": "6.0.2",
"version": "6.0.12",
"description": "",
"repository": "babel/babel",
"license": "MIT",
@@ -9,8 +9,8 @@
"babel-plugin"
],
"dependencies": {
"babel-template": "^6.0.2",
"babel-plugin-syntax-class-constructor-call": "^6.0.2",
"babel-runtime": "^6.0.2"
"babel-template": "^6.0.12",
"babel-plugin-syntax-class-constructor-call": "^6.0.12",
"babel-runtime": "^6.0.12"
}
}
}