We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 805048a + 3d439af commit 843dd33Copy full SHA for 843dd33
README.md
@@ -222,22 +222,6 @@ finally run
222
yarn publish
223
```
224
225
-## Flow Support
226
-
227
-In order to support flow, flow-typed support files are installed in the
228
-repo. These are generated based on the dependencies of the project and
229
-committed to the repository.
230
231
-Anytime the project dependencies change, run the following command to
232
-update the flow-typed support files:
233
234
-```bash
235
-# Just once in your environment
236
-yarn global add flow-typed
237
238
-flow-typed install
239
-```
240
241
## Functional Tests
242
243
In order to run functional tests with debug output, set the
0 commit comments