Skip to content

Commit 4ecac06

Browse files
committed
move plotly.js-dist to dependencies
1 parent 40dfac1 commit 4ecac06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"react"
3333
],
3434
"dependencies": {
35+
"plotly.js-dist": "^2.0.0",
3536
"prop-types": "^15.7.2"
3637
},
3738
"devDependencies": {
@@ -58,7 +59,6 @@
5859
"mkdirp": "^1.0.4",
5960
"nodemon": "^2.0.6",
6061
"onetime": "^5.1.2",
61-
"plotly.js-dist": "^2.0.0",
6262
"prettier": "^2.2.1",
6363
"react": "^16.13.1",
6464
"react-addons-test-utils": "^15.6.0",
@@ -69,7 +69,6 @@
6969
"uglify-js": "^3.12.1"
7070
},
7171
"peerDependencies": {
72-
"plotly.js-dist": ">=2.0.0",
7372
"react": ">0.13.0"
7473
},
7574
"browserify-global-shim": {

0 commit comments

Comments
 (0)