You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the v1 beta was available on NPM.
Just doing npm publish from the root as is would make the beta the default version, which is not desirable, but you can usenpm publish --tag beta to sidestep that issue. See also npm dist-tag for more details about tags.
I know I can use it as a git dependency, pinned on the hash, but having a beta channel would be more convenient (though not crucial).
The text was updated successfully, but these errors were encountered:
It would be nice if the v1 beta was available on NPM.
Just doing
npm publish
from the root as is would make the beta the default version, which is not desirable, but you can usenpm publish --tag beta
to sidestep that issue. See alsonpm dist-tag
for more details about tags.I know I can use it as a git dependency, pinned on the hash, but having a beta channel would be more convenient (though not crucial).
The text was updated successfully, but these errors were encountered: