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.
1 parent 805048a commit 3d439afCopy full SHA for 3d439af
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