Skip to content

Commit

Permalink
Use package.json resolutions until jest versions are sorted out
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan953 committed May 6, 2019
1 parent 2d3a582 commit 9f41d45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
"serve": "^11.0.0",
"webpack-cli": "^3.3.2"
},
"resolutions": {
"babel-jest": "24.7.1"
},
"scripts": {
"flow:watch": "flow status; fswatch -e \"/\\.\" -o . | xargs -n1 -I{} flow status",
"flow:stop": "flow stop",
Expand Down

0 comments on commit 9f41d45

Please sign in to comment.