Skip to content

Commit

Permalink
upgrade jest-cli
Browse files Browse the repository at this point in the history
Upgrade jest-cli since it was not logging stdout under node 7.4

Apparently there was a bug that was recently fixed to be compatible with Node v7.

jestjs/jest#2441
  • Loading branch information
jeffbski committed Jan 30, 2017
1 parent bce5de7 commit 01cce7d
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 154 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -271,7 +271,7 @@
"html-webpack-plugin": "2.24.1",
"image-webpack-loader": "2.0.0",
"imports-loader": "0.6.5",
"jest-cli": "18.0.0",
"jest-cli": "^18.1.0",
"lint-staged": "3.2.1",
"ngrok": "2.2.4",
"node-plop": "0.5.4",
Expand Down

0 comments on commit 01cce7d

Please sign in to comment.