slimerjs icon indicating copy to clipboard operation
slimerjs copied to clipboard

[feature request] publish the beta on NPM (use --tag beta)

Open pygy opened this issue 8 years ago • 1 comments

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).

pygy avatar Dec 26 '17 17:12 pygy

I will take a look on it today

laurentj avatar Jan 15 '18 13:01 laurentj