slimerjs
slimerjs copied to clipboard
[feature request] publish the beta on NPM (use --tag beta)
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 use npm 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).
I will take a look on it today