Skip to content

Commit

Permalink
build(dependencies): Move react-braodcast to dev dependencies
Browse files Browse the repository at this point in the history
All packages are dev dependencies because when we create our main build, they all get bundled
together. Users of TDS don't have to install those dependencies, just the main bundle.
  • Loading branch information
ryanoglesby08 committed Dec 1, 2017
1 parent 7028d64 commit b7fdc4a
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 @@ -85,6 +85,7 @@
"postcss-modules": "^0.8.0",
"prettier": "^1.7.4",
"react": "^16.1.0",
"react-broadcast": "^0.6.0",
"react-dom": "^16.1.0",
"react-flexbox-grid": "^2.0.0",
"react-media": "^1.6.1",
Expand All @@ -111,8 +112,7 @@
"react-dom": ">=15"
},
"dependencies": {
"prop-types": "^15.5.10",
"react-broadcast": "^0.6.0"
"prop-types": "^15.5.10"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit b7fdc4a

Please sign in to comment.