dollarshaveclub / stickybits

Stickybits is a lightweight alternative to `position: sticky` polyfills 🍬
https://github.com/yowainwright/stickybits
MIT License
2.19k stars 167 forks source link

Use #616

Closed DanielRuf closed 4 years ago

DanielRuf commented 4 years ago

Requested Update

Use yarn.lock for the checksum

https://github.com/dollarshaveclub/stickybits/blob/master/.circleci/config.yml#L12

Why Is This Update Needed?

To ensure correct caching. The official docs were updated to use package-lock.json, package.jsonwas wrong.

Are There Examples Of This Requested Update Elsewhere?

See https://github.com/circleci/circleci-docs/issues/3772