Skip to content

Commit

Permalink
Move cytoscape to peer dependencies for saner bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jul 6, 2022
1 parent 29e6da0 commit 2194bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"start": "run-s watch"
},
"peerDependencies": {
"react": ">=15.0.0"
"react": ">=15.0.0",
"cytoscape": "^3.2.19"
},
"devDependencies": {
"chai": "^4.1.2",
Expand All @@ -59,7 +60,6 @@
"node": ">=8.11.3"
},
"dependencies": {
"cytoscape": "^3.2.19",
"prop-types": "^15.6.2"
}
}

0 comments on commit 2194bff

Please sign in to comment.