Skip to content

Commit 843dd33

Browse files
Merge pull request #107 from bufferoverflow/docs/flow
docs: remove flow support as we have typescript now
2 parents 805048a + 3d439af commit 843dd33

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -222,22 +222,6 @@ finally run
222222
yarn publish
223223
```
224224

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-
241225
## Functional Tests
242226

243227
In order to run functional tests with debug output, set the

0 commit comments

Comments
 (0)