-
Notifications
You must be signed in to change notification settings - Fork 115
See peterbraden#46 version to 0.3.0 #47
New issue
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
Conversation
Done, thanks! |
https://www.npmjs.org/package/ical still shows version 0.2.0, does it take a while for npm to update their registry? |
seems like it must, I definitely ran:
|
Looks like the $ curl -s https://registry.npmjs.org/ical | json dist-tags
{
"latest": "0.2.0",
"0.3.0": "0.3.0"
} |
@peterbraden can you try again with the following: $ npm publish . --tag latest |
Either way, running |
I just republished as 0.3.1 (fixes the unit tests on my local) |
should be the default dist now. |
Cool, it works! Thanks $ npm view ical dist-tags
{ latest: '0.3.1',
'0.3.0': '0.3.0' } |
See #46
As per npm-publish, see below to update the
npm registry
$ npm publish . --tag 0.3.0