Fixed version issues with examples/async (#2268)

* Fixed version issues with examples/async

* Changed to babel-jest, jest-cli to latest in package.json
This commit is contained in:
frevib 2016-12-12 11:53:43 +01:00 committed by Christoph Pojer
parent 1be9158b25
commit 16b88061d1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"devDependencies": {
"babel-jest": "^9.0.0",
"babel-jest": "*",
"babel-plugin-transform-async-to-generator": "^6.5.0",
"babel-polyfill": "*",
"babel-preset-es2015": "*",