v7.0.0-beta.5

This commit is contained in:
Henry Zhu
2017-10-30 16:55:46 -04:00
parent bede73122d
commit 690d6465d8
132 changed files with 536 additions and 536 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "@babel/helper-plugin-test-runner",
"version": "7.0.0-beta.4",
"version": "7.0.0-beta.5",
"description": "Helper function to support test runner",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"@babel/helper-transform-fixture-test-runner": "7.0.0-beta.4"
"@babel/helper-transform-fixture-test-runner": "7.0.0-beta.5"
}
}