Skip to content

Commit

Permalink
fix: remove jest dependency (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicpages committed Sep 10, 2020
1 parent dfaaf74 commit 0a65dfb
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 @@ -24,7 +24,6 @@
},
"dependencies": {
"classnames": "^2.2.5",
"jest": "^24.8.0",
"lodash": "^4.17.4",
"lodash.debounce": "^4.0.8",
"lodash.findindex": "^4.6.0",
Expand All @@ -40,6 +39,7 @@
"react-virtualized": "^9.13.0"
},
"devDependencies": {
"jest": "^24.8.0",
"babel-jest": "^22.0.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
Expand Down

0 comments on commit 0a65dfb

Please sign in to comment.