v7.0.0-beta.38

This commit is contained in:
Henry Zhu
2018-01-17 11:31:32 -05:00
parent 539009a980
commit b5d20ab171
137 changed files with 740 additions and 740 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "@babel/helper-explode-class",
"version": "7.0.0-beta.37",
"version": "7.0.0-beta.38",
"description": "Helper function to explode class",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"@babel/helper-bindify-decorators": "7.0.0-beta.37",
"@babel/traverse": "7.0.0-beta.37",
"@babel/types": "7.0.0-beta.37"
"@babel/helper-bindify-decorators": "7.0.0-beta.38",
"@babel/traverse": "7.0.0-beta.38",
"@babel/types": "7.0.0-beta.38"
}
}