v7.0.0-beta.51

This commit is contained in:
Henry Zhu
2018-06-12 17:18:28 -04:00
parent eb54adb755
commit c313b267f7
145 changed files with 766 additions and 766 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.0.0-beta.50",
"version": "7.0.0-beta.51",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -8,11 +8,11 @@
"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.50",
"@babel/helper-simple-access": "7.0.0-beta.50",
"@babel/helper-split-export-declaration": "7.0.0-beta.50",
"@babel/template": "7.0.0-beta.50",
"@babel/types": "7.0.0-beta.50",
"@babel/helper-module-imports": "7.0.0-beta.51",
"@babel/helper-simple-access": "7.0.0-beta.51",
"@babel/helper-split-export-declaration": "7.0.0-beta.51",
"@babel/template": "7.0.0-beta.51",
"@babel/types": "7.0.0-beta.51",
"lodash": "^4.17.5"
}
}