Skip to content

Commit

Permalink
fix: remove unnecessary paragon peer dependency (openedx#114)
Browse files Browse the repository at this point in the history
The actual component code doesn’t use paragon.  Only the example app does, meaning this isn’t really a peer dependency.
  • Loading branch information
davidjoy authored Feb 4, 2021
1 parent c990cbb commit cbaf4bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
},
"peerDependencies": {
"@edx/frontend-platform": "^1.8.0",
"@edx/paragon": "^7.0.0",
"prop-types": "^15.5.10",
"react": "^16.9.0",
"react-dom": "^16.9.0"
Expand Down

0 comments on commit cbaf4bb

Please # to comment.