This commit is contained in:
Henry Zhu
2017-01-19 19:33:22 -05:00
parent cc227f44a6
commit e9fc38bcd3
99 changed files with 411 additions and 411 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "babel-helper-plugin-test-runner",
"version": "6.18.0",
"version": "6.22.0",
"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-runtime": "^6.0.0",
"babel-helper-transform-fixture-test-runner": "^6.18.0"
"babel-runtime": "^6.22.0",
"babel-helper-transform-fixture-test-runner": "^6.22.0"
}
}