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-syntax-class-constructor-call",
"version": "6.0.2",
"version": "6.0.12",
"description": "Allow parsing of class constructor calls",
"repository": "babel/babel",
"license": "MIT",
@@ -9,6 +9,6 @@
"babel-plugin"
],
"dependencies": {
"babel-runtime": "^6.0.2"
"babel-runtime": "^6.0.12"
}
}