Ensure that tests run with the monorepo's version of babel-core (#6454)

This commit is contained in:
Logan Smyth
2017-10-10 00:29:23 -04:00
committed by GitHub
parent e52f6caa18
commit d89063bb32
3 changed files with 3 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
"babel-plugin"
],
"devDependencies": {
"babel-core": "7.0.0-beta.2",
"babel-helper-plugin-test-runner": "7.0.0-beta.2",
"babel-plugin-syntax-object-rest-spread": "7.0.0-beta.2"
}