Skip to content

Commit b4f3d4b

Browse files
rickhanloniikelset
authored andcommittedJun 20, 2019
Move scheduler to dependencies
Summary: Fixes react-native-community/releases#116 (comment) Reviewed By: gaearon Differential Revision: D15901557 fbshipit-source-id: 653119c181585cf9a4a561b350c66bd10cb674bd
1 parent e741488 commit b4f3d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"prop-types": "^15.7.2",
102102
"react-devtools-core": "^3.6.0",
103103
"regenerator-runtime": "^0.13.2",
104+
"scheduler": "0.14.0",
104105
"stacktrace-parser": "^0.1.3",
105106
"whatwg-fetch": "^3.0.0"
106107
},
@@ -135,7 +136,6 @@
135136
"prettier": "1.17.0",
136137
"react": "16.8.6",
137138
"react-test-renderer": "16.8.6",
138-
"scheduler": "0.14.0",
139139
"shelljs": "^0.7.8",
140140
"ws": "^6.1.4",
141141
"yargs": "^9.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.