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
until you release a version with a semver that doesn't have a prerelease component then you need to do this explicitly by changing the latest npm tag to point to the version you want people to install
$ npm dist-tag ls filecoin.js
beta: 1.0.0-beta.1
latest: 0.0.5-alpha
it's just not clear to me that 1.0.0-beta.1 should be marked latest, last time I looked in there the code in npm didn't match what's in this repository, which is a bit odd.
But, this can be set with npm dist-tag add [email protected] latest if we're sure this is the right thing to do.
The default version on npm is now still
0.0.5-alpha
. It should be updated to1.0.0-beta.1
The text was updated successfully, but these errors were encountered: