v7.0.0-alpha.20

This commit is contained in:
Henry Zhu
2017-08-30 15:02:49 -04:00
parent 5e7fce3fe0
commit b82b65a31e
124 changed files with 471 additions and 471 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-eval",
"version": "7.0.0-alpha.19",
"version": "7.0.0-alpha.20",
"description": "Compile eval calls with string literals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-eval",
"license": "MIT",
@@ -9,6 +9,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.19"
"babel-helper-plugin-test-runner": "7.0.0-alpha.20"
}
}