Skip to content

Commit

Permalink
fix: Add aphrodite and enzyme as optional peer deps. [#17]
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles Johnson committed Dec 2, 2019
1 parent f07d396 commit b7ea888
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/config-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@
"airbnb-js-shims": "^2.2.1",
"dom-storage": "^2.1.0",
"jest": "^24.9.0"
},
"optionalPeerDependencies": {
"aphrodite": "^4.0.0",
"enzyme": "^3.0.0",
"enzyme-to-json": "^3.0.0"
}
}

0 comments on commit b7ea888

Please sign in to comment.