v7.0.0-beta.31

This commit is contained in:
Henry Zhu
2017-11-03 16:03:01 -04:00
parent f5b6e69214
commit f76ac0b197
133 changed files with 733 additions and 733 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-eval",
"version": "7.0.0-beta.5",
"version": "7.0.0-beta.31",
"description": "Compile eval calls with string literals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-eval",
"license": "MIT",
@@ -9,10 +9,10 @@
"babel-plugin"
],
"peerDependencies": {
"@babel/core": ">=7.0.0-beta.4 <7.0.0-rc.0"
"@babel/core": "7.0.0-beta.31"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.5",
"@babel/helper-plugin-test-runner": "7.0.0-beta.5"
"@babel/core": "7.0.0-beta.31",
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
}
}