Skip to content

Commit 2194bff

Browse files
committed
Move cytoscape to peer dependencies for saner bundling
Refs #17 Refs #28
1 parent 29e6da0 commit 2194bff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"start": "run-s watch"
3535
},
3636
"peerDependencies": {
37-
"react": ">=15.0.0"
37+
"react": ">=15.0.0",
38+
"cytoscape": "^3.2.19"
3839
},
3940
"devDependencies": {
4041
"chai": "^4.1.2",
@@ -59,7 +60,6 @@
5960
"node": ">=8.11.3"
6061
},
6162
"dependencies": {
62-
"cytoscape": "^3.2.19",
6363
"prop-types": "^15.6.2"
6464
}
6565
}

0 commit comments

Comments
 (0)