Skip to content

Commit

Permalink
Remove scheduler from React package dependencies (#15616)
Browse files Browse the repository at this point in the history
Scheduler is used by the renderers, but not the isomorphic package.
  • Loading branch information
acdlite authored May 10, 2019
1 parent 0803d22 commit 5b6eb55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"dependencies": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"scheduler": "^0.14.0"
"prop-types": "^15.6.2"
},
"browserify": {
"transform": [
Expand Down

0 comments on commit 5b6eb55

Please sign in to comment.