Skip to content

Commit

Permalink
feat(jest-preset): add @types/jest to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 26, 2020
1 parent dfecdc9 commit 13338cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/jest-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/jest": "^26.0.7",
"babel-loader": "^8.1.0",
"jest": "^26.1.0"
},
"devDependencies": {
"@types/jest": "^26.0.7"
}
}

0 comments on commit 13338cd

Please sign in to comment.