Ah cool. For testing/development stuff I can just ...
# contribute
s
Ah cool. For testing/development stuff I can just pin to the GitHub repo but for e.g. released components I’ll wait until there is a release before updating to use new bits
w
Note that we also publish every build of master to NPM as a
-dev
build, so you can pin to those if you want to run ahead of releases. You can see the list of versions at npmjs.org. We may even have a tag to bind to latest dev build if you really want to live on the bleeding edge. /cc @bitter-oil-46081
b
Yes, the tag “dev” tracks the most recent dev build.
👍 1