bsphere / node-gapitoken

Node.js Google API service account authorization
51 stars 19 forks source link

Publish 0.1.5 #20

Closed myndzi closed 9 years ago

myndzi commented 9 years ago

0.1.4 is still the latest version on NPM, and it depends on JWS@0.0.2, which is out of date and deprecated for security reasons. Please pulbish 0.1.5 so that the dependency can be installed correctly :)

frank-dspeed commented 9 years ago

is merged npm publish so that i dont need to patch the googleapis package.json to "gapitoken": "git+https://github.com/bsphere/node-gapitoken.git"

myndzi commented 9 years ago

I'm not sure what you're saying, but if you are telling me to use the git repo instead of the package name, that's not an acceptable solution.

frank-dspeed commented 9 years ago

hehehe no i am telling you to run npm publish on this version because i now needed to fork the googleapis to implament that it uses this git repo directly because current version of this is not published on npm !

jeduan commented 9 years ago

+1 I'm getting the same deprecation notices and all it takes is to publish the latest version

bsphere commented 9 years ago

done