Skip to content

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

Merged
merged 1 commit into from
Sep 3, 2014

Conversation

chernjie
Copy link
Contributor

@chernjie chernjie commented Sep 3, 2014

See #46

As per npm-publish, see below to update the npm registry

$ npm publish . --tag 0.3.0

peterbraden added a commit that referenced this pull request Sep 3, 2014
@peterbraden peterbraden merged commit 7d0916c into peterbraden:master Sep 3, 2014
@peterbraden
Copy link
Owner

Done, thanks!

@chernjie
Copy link
Contributor Author

chernjie commented Sep 3, 2014

https://www.npmjs.org/package/ical still shows version 0.2.0, does it take a while for npm to update their registry?

@peterbraden
Copy link
Owner

seems like it must, I definitely ran:

~/repos/ical.js:master$ npm publish . --tag 0.3.0
npm http PUT https://registry.npmjs.org/ical
npm http 201 https://registry.npmjs.org/ical
+ [email protected]

@chernjie
Copy link
Contributor Author

chernjie commented Sep 3, 2014

Looks like the dist-tags is still pointing the latest to 0.2.0, could this be a problem?

$ curl -s https://registry.npmjs.org/ical | json dist-tags
{
  "latest": "0.2.0",
  "0.3.0": "0.3.0"
}

@chernjie
Copy link
Contributor Author

chernjie commented Sep 3, 2014

@peterbraden can you try again with the following:

$ npm publish . --tag latest

@chernjie
Copy link
Contributor Author

chernjie commented Sep 3, 2014

Either way, running npm install [email protected] worked.
Thanks @peterbraden

@peterbraden
Copy link
Owner

I just republished as 0.3.1 (fixes the unit tests on my local)

@peterbraden
Copy link
Owner

should be the default dist now.

@chernjie
Copy link
Contributor Author

chernjie commented Sep 3, 2014

Cool, it works! Thanks

$ npm view ical dist-tags

{ latest: '0.3.1',
  '0.3.0': '0.3.0' }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants