Browse Source
Fix flow by removing yet another broken flow-typed def
And today it's react-hot-loader ! Bye react-hot-loader defs !
gre-patch-1
meriadec
6 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
1 deletions
-
scripts/postinstall.sh
|
|
@ -55,7 +55,7 @@ function installFlowTyped { |
|
|
|
"Failed installing flow-typed definitions" |
|
|
|
|
|
|
|
runJob \ |
|
|
|
"rm flow-typed/npm/{react-i18next_v7.x.x.js,styled-components_v3.x.x.js,redux_*,winston*}" \ |
|
|
|
"rm flow-typed/npm/{react-i18next_v7.x.x.js,styled-components_v3.x.x.js,redux_*,winston*,react-hot-loader_*}" \ |
|
|
|
"Removing broken flow-typed definitions" \ |
|
|
|
"Removed broken flow-typed definitions" \ |
|
|
|
"Failed removing broken flow-typed definitions" |
|
|
|