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/plugin-syntax-dynamic-import",
"version": "7.0.0-beta.31",
"version": "7.0.0-beta.32",
"description": "Allow parsing of import()",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import",
"license": "MIT",
@@ -9,9 +9,9 @@
"babel-plugin"
],
"peerDependencies": {
"@babel/core": "7.0.0-beta.31"
"@babel/core": "7.0.0-beta.32"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.31"
"@babel/core": "7.0.0-beta.32"
}
}