dequelabs / watcher-examples

2 stars 7 forks source link

Remove ^ from watcher version in package.json #121

Closed dequejenn closed 1 year ago

dequejenn commented 1 year ago

We are unsure if having the ^ is causing the installer to pull any random version that matches the version without pulling the latest. Removing this may help.

Zidious commented 1 year ago

This should no longer be required as we are installing the latest version and the ^ should only install any minor and patch releases of the current version installed.

Ref: https://github.com/dequelabs/watcher-examples/pull/130

SantoshDeque commented 1 year ago

Closing this as per above comments