v7.0.0-beta.32

This commit is contained in:
Henry Zhu
2017-11-12 08:32:53 -05:00
parent a18f83b4de
commit 4e6cd298c7
133 changed files with 713 additions and 713 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.0.0-beta.31",
"version": "7.0.0-beta.32",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -8,10 +8,10 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-transforms",
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-imports": "7.0.0-beta.31",
"@babel/helper-simple-access": "7.0.0-beta.31",
"@babel/template": "7.0.0-beta.31",
"@babel/types": "7.0.0-beta.31",
"@babel/helper-module-imports": "7.0.0-beta.32",
"@babel/helper-simple-access": "7.0.0-beta.32",
"@babel/template": "7.0.0-beta.32",
"@babel/types": "7.0.0-beta.32",
"lodash": "^4.2.0"
}
}