Skip to content

Commit

Permalink
Move scheduler to dependencies
Browse files Browse the repository at this point in the history
Summary: Fixes react-native-community/releases#116 (comment)

Reviewed By: gaearon

Differential Revision: D15901557

fbshipit-source-id: 653119c181585cf9a4a561b350c66bd10cb674bd
  • Loading branch information
rickhanlonii authored and kelset committed Jun 20, 2019
1 parent e741488 commit b4f3d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"prop-types": "^15.7.2",
"react-devtools-core": "^3.6.0",
"regenerator-runtime": "^0.13.2",
"scheduler": "0.14.0",
"stacktrace-parser": "^0.1.3",
"whatwg-fetch": "^3.0.0"
},
Expand Down Expand Up @@ -135,7 +136,6 @@
"prettier": "1.17.0",
"react": "16.8.6",
"react-test-renderer": "16.8.6",
"scheduler": "0.14.0",
"shelljs": "^0.7.8",
"ws": "^6.1.4",
"yargs": "^9.0.0"
Expand Down

0 comments on commit b4f3d4b

Please sign in to comment.