This commit is contained in:
Sebastian McKenzie
2015-11-11 23:37:19 -08:00
parent b6515634c7
commit 8dcf4aedc0
117 changed files with 376 additions and 376 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "babel-helper-explode-class",
"version": "6.1.6",
"version": "6.1.7",
"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.1.6",
"babel-types": "^6.1.6",
"babel-helper-bindify-decorators": "^6.1.6"
"babel-traverse": "^6.1.7",
"babel-types": "^6.1.7",
"babel-helper-bindify-decorators": "^6.1.7"
}
}