This commit is contained in:
Henry Zhu
2016-02-29 16:12:12 -05:00
parent 4b1d20004f
commit f34e6518ff
47 changed files with 145 additions and 145 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "babel-helper-explode-class",
"version": "6.5.0",
"version": "6.6.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.3.13",
"babel-types": "^6.3.13",
"babel-helper-bindify-decorators": "^6.3.13"
"babel-traverse": "^6.6.0",
"babel-types": "^6.6.0",
"babel-helper-bindify-decorators": "^6.6.0"
}
}