thom4parisot / grunt-crx

Grunt task used to package private Chrome Extensions.
https://npmjs.com/grunt-crx
MIT License
118 stars 21 forks source link

Please update npm repository #58

Closed Redsandro closed 9 years ago

Redsandro commented 9 years ago

Latest version on npm install is 0.3.4. There have been improvements since. :+1: Can we get the current version on the npm repo?

Redsandro commented 9 years ago

I noticed this issue: https://github.com/oncletom/grunt-crx/issues/54

Does that mean it is available from npm, you just need to pin the version? What's the install command for a recent version that was published?

npm install --save-dev grunt-crx@1.0.3 (guess)

thom4parisot commented 9 years ago

Yes exactly, this is done on purpose.

You can type the following to view the 'dist-tags' field of the package:

$ npm view grunt-crx dist-tags
{ latest: '0.3.4', beta: '1.0.3' }

By default npm gets the default version and you can install a different branch by npm install grunt-crx@beta.

thom4parisot commented 9 years ago

Also please note this is due to #44 and as I lack a bit of time, feel free to contribute the missing fix in order to clear this problem :-)