Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ use in Weavly:
| [github.com/googlefonts/roboto](https://github.com/googlefonts/roboto) | Apache License 2.0 |
| [github.com/JedWatson/classnames](https://github.com/JedWatson/classnames) | MIT License |
| [github.com/KyleAMathews/typefaces/tree/master/packages/roboto](https://github.com/KyleAMathews/typefaces/tree/master/packages/roboto) | MIT License |
| [github.com/react-bootstrap/react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) | MIT License |
| [github.com/sass/node-sass](https://github.com/sass/node-sass) | MIT License |
| [github.com/Tonejs/Tone.js](https://github.com/Tonejs/Tone.js) | [MIT License](https://github.com/Tonejs/Tone.js/blob/dev/LICENSE.md)|
| [loading.io](https://loading.io/) | [Loading.io Free License](https://loading.io/license/#free-license) |
Expand Down
5 changes: 2 additions & 3 deletions docs/flow-typing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ following packages, as outlined in these commands:
npx flow-typed install classnames@2
npx flow-typed install enzyme@3
npx flow-typed install jest@24
npx flow-typed install react-bootstrap@0.32
npx flow-typed install react-intl@2
```

Note that there have been local changes to the flow types for `react-intl` and
`react-bootstrap`, those definitions cannot simply be regenerated or updated.
Note that there have been local changes to the flow types for `react-intl`,
those definitions cannot simply be regenerated or updated.

We have manually created types for packages that do note have flow-typed
definitions, like `Tone.js`. We also created types for the `messages.json`
Expand Down
Loading