digitalfabrik / react-sticky-headroom

A React Component to hide a Header using CSS sticky position
MIT License
29 stars 4 forks source link

HEADROOM-3: Upgrade packages #4

Closed michael-markl closed 5 years ago

michael-markl commented 5 years ago

Is there a command to install flow types without stubs? If not I think it's easier to have them in the repo, so flow-typed install doesn't do anything if there are no new types. Also removing them seems like an exhaustive manual task which might also be error-prone and could lead to removing actual types 😅

maxammann commented 5 years ago

There is the --skip parameter: https://github.com/flow-typed/flow-typed/wiki/CLI-Commands-and-Flags#flags-1

I think we should use this to avoid these bloated change sets.

michael-markl commented 5 years ago

@maxammann Thanks, I removed the stubs.