We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@Nanonid any chance of tagging v0.1.3:
$ git tag v0.1.3 e64af6c $ git push origin --tags
should work and will enable the use of:
$ npm install Nanonid/rison#v0.1.3
instead of
$ npm install Nanonid/rison#e64af6c
Many thanks
The text was updated successfully, but these errors were encountered:
As noted in #22 with version 0.1.2, publishing to npm would be nice too.
FWIW, https://www.npmjs.com/package/rison-node @^1.0.1 is functionally the same, except it's missing #21 (I'm planning to release a 2.0.0 version with that included).
Sorry, something went wrong.
No branches or pull requests
@Nanonid any chance of tagging v0.1.3:
should work and will enable the use of:
$ npm install Nanonid/rison#v0.1.3
instead of
$ npm install Nanonid/rison#e64af6c
Many thanks
The text was updated successfully, but these errors were encountered: