Skip to content

Commit

Permalink
fix: moved @types/jest to devDependencies (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
iRoyPeleg authored and thymikee committed Feb 16, 2019
1 parent c538a9a commit 2f26713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"author": "Michał Pierzchała <thymikee@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/jest": "^23.3.10",
"ts-jest": "~23.10.5"
},
"devDependencies": {
"@types/node": "^10.12.12",
"@types/jest": "^23.3.10",
"jest": "^23.6.0",
"typescript": "^3.2.1"
},
Expand Down

0 comments on commit 2f26713

Please sign in to comment.