Skip to content

Commit

Permalink
chore: jest as dev dep not peer
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersDJohnson committed Nov 16, 2020
1 parent 721443c commit ae711bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@
"@babel/preset-typescript": "^7.12.1",
"@types/jest": "^26.0.15",
"@types/node-fetch": "^2.5.7",
"jest": "^26.6.3",
"node-fetch": "^2.6.1",
"prettier": "^2.1.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
},
"peerDependencies": {
"jest": "^26.6.3"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"msw": "^0.21.3"
Expand Down

0 comments on commit ae711bf

Please sign in to comment.