f / delorean

An Agnostic, Complete Flux Architecture Framework
749 stars 40 forks source link

Please update NPM #61

Closed tommoor closed 9 years ago

tommoor commented 9 years ago

Latest version on NPM is 0.8.5, the docs are related to 0.8.7

Just lost an hour of my day to this :frowning:

tommoor commented 9 years ago

@darcyadams do you have access to this, it's now way behind.

darcyadams commented 9 years ago

sadly @f has not given me npm access :disappointed: (@f, if you get an opportunity, would be awesome if you could give me access)

@tbranyen - anyway you can publish a 0.9.0 release on npm for us? either that or make me an owner on npm (@darcyadams)

tbranyen commented 9 years ago

@tommoor I'm sorry you lost a day to this, but this is really chalked up to user error. Always always check your package versions. Then check them again via npm ls to ensure you are running exactly what you think you are. If you don't want to trust what's in NPM you can always download directly from GitHub in your package.json with: "delorean": "deloreanjs/delorean#0.8.7"

I haven't used delorean in a while, but let me see if I can get the latest tag published.

tbranyen commented 9 years ago

Looks like this has already been updated and as there is no 0.9.0 tag, I cannot publish a new version.

darcyadams commented 9 years ago

@tbranyen - https://github.com/deloreanjs/delorean/releases/tag/0.9.0

tjwebb commented 9 years ago

Not sure why this is so hard.

npm version patch
git push --tags
npm publish

done. Or since this has CI, have CI auto-deploy passing builds. The maintainer can set this up in 5 minutes.

darcyadams commented 9 years ago

@tbranyen would you mind just making me an npm owner? @f put me in charge of this project while he is in the miitary, so we are in kind of a bind with no npm control. thanks.

tbranyen commented 9 years ago

Oh snap didn't realize that's where @f disappeared off to! Sure thing! On Mar 22, 2015 8:01 PM, "Darcy Adams" notifications@github.com wrote:

@tbranyen https://github.com/tbranyen would you mind just making me an npm owner? @f https://github.com/f put me in charge of this project https://github.com/deloreanjs/delorean/issues/65 while he is in the miitary, so we are in kind of a bind with no npm control. thanks.

— Reply to this email directly or view it on GitHub https://github.com/deloreanjs/delorean/issues/61#issuecomment-84741164.

darcyadams commented 9 years ago

@tbranyen - should just be... npm owner add darcyadams delorean

after you npm login

thanks

tbranyen commented 9 years ago

All set @darcyadams!

darcyadams commented 9 years ago

Thanks!

darcyadams commented 9 years ago

okay, new version finally published.