v7.0.0-beta.36

This commit is contained in:
Henry Zhu
2017-12-25 14:04:08 -05:00
parent ed2b88830e
commit 7d798952d2
137 changed files with 738 additions and 738 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.0.0-beta.35",
"version": "7.0.0-beta.36",
"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.35",
"@babel/helper-simple-access": "7.0.0-beta.35",
"@babel/template": "7.0.0-beta.35",
"@babel/types": "7.0.0-beta.35",
"@babel/helper-module-imports": "7.0.0-beta.36",
"@babel/helper-simple-access": "7.0.0-beta.36",
"@babel/template": "7.0.0-beta.36",
"@babel/types": "7.0.0-beta.36",
"lodash": "^4.2.0"
}
}