Skip to content

Commit 08a91d9

Browse files
authored
Merge pull request #543 from sbates-idrc/remove-bootstrap
Remove react-bootstrap and replace full Bootstrap with a subset, consisting of the CSS parts that we are using
2 parents b3783c1 + 615b26f commit 08a91d9

37 files changed

Lines changed: 2776 additions & 1447 deletions

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ use in Weavly:
6868
| [github.com/googlefonts/roboto](https://github.com/googlefonts/roboto) | Apache License 2.0 |
6969
| [github.com/JedWatson/classnames](https://github.com/JedWatson/classnames) | MIT License |
7070
| [github.com/KyleAMathews/typefaces/tree/master/packages/roboto](https://github.com/KyleAMathews/typefaces/tree/master/packages/roboto) | MIT License |
71-
| [github.com/react-bootstrap/react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) | MIT License |
7271
| [github.com/sass/node-sass](https://github.com/sass/node-sass) | MIT License |
7372
| [github.com/Tonejs/Tone.js](https://github.com/Tonejs/Tone.js) | [MIT License](https://github.com/Tonejs/Tone.js/blob/dev/LICENSE.md)|
7473
| [loading.io](https://loading.io/) | [Loading.io Free License](https://loading.io/license/#free-license) |

docs/flow-typing.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ following packages, as outlined in these commands:
99
npx flow-typed install classnames@2
1010
npx flow-typed install enzyme@3
1111
npx flow-typed install jest@24
12-
npx flow-typed install react-bootstrap@0.32
1312
npx flow-typed install react-intl@2
1413
```
1514

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

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

0 commit comments

Comments
 (0)