wecodemore / grunt-githooks

A Grunt plugin to help bind Grunt tasks to Git hooks
https://npmjs.org/package/grunt-githooks
MIT License
317 stars 24 forks source link

0.3.2 not on npm? #32

Closed Narretz closed 8 years ago

Narretz commented 9 years ago

I just tried to update grunt-githooks to 0.3.2, but npm still lists the last version as 0.3.1: https://www.npmjs.org/package/grunt-githooks

Any idea what might be wrong here?

franz-josef-kaiser commented 9 years ago

I have an idea what might be wrong: We transferred the repository form rhumarics account to the wecodemore account. The wecodemore account now also is added as contributor, but npm seems to not have realized that - at least not completely. Travis & CodeClimate seem to work normally and the npm badge on the README also works and points to the correct npm repo. I'll have to ask the npm folks about that.

Thanks for the heads up :) Stay tuned as I'll keep this thread up to date with new info.

djmccormick commented 9 years ago

+1

franz-josef-kaiser commented 9 years ago

I once again contacted the npm staff. Let's see what happens.

andyburke commented 9 years ago

+1

amitrai99 commented 9 years ago

Still stuck at 0.3.1...

franz-josef-kaiser commented 9 years ago

Ok, I tried it a third time. If that doesn't work, I'll simply open a new repo on npm as it can't stay this way. See Twitter: https://twitter.com/unserkaiser/status/572647508666671104

karol-f commented 9 years ago

Any updates on this? Do we have separate repo on npm or is this resolved other way?

franz-josef-kaiser commented 9 years ago

@karol-f No, this is not resolved. Please ping them on Twitter as they did not respond to anything by now. Needs peer pressure.

karol-f commented 9 years ago

@franz-josef-kaiser Can we solve it somehow on our end? Creating new repo (different name) is an option?

Is there something else you can do?

franz-josef-kaiser commented 9 years ago

Creating new repo (different name) is an option?

Look at the stars on this repo: No, this is not an option just because one company does not respond to a single mans request. Better be a community and offer help by using group pressure on public/social media streams.

karol-f commented 9 years ago

So, if possible, please at least add README info that setting in package.json new repo is possible (so you can get newest version):

package.json

{
  "dependencies": {
    "grunt-githooks": "https://github.com/wecodemore/grunt-githooks.git"
  }
}

Regards!

franz-josef-kaiser commented 9 years ago

@karol-f PR welcome :)

franz-josef-kaiser commented 9 years ago

see #42

mischah commented 8 years ago

@franz-josef-kaiser

mhmm. Just recognized that version 0.4.0 isn’t published on npm. According to npmjs.com you have access to the package.

Are there technical issues since the transfer from rhumarics account to wecodemore? What happens if you try to npm publish the latest version?

franz-josef-kaiser commented 8 years ago

@mischah I tried that previously, but it didn't go through, hence I contacted NPM via Twitter and asked for help with peer pressure in this thread. I now tried it again and it worked :)

mischah commented 8 years ago

Woop. It’s available via npm :ok_hand: