gruntjs / grunt-contrib-nodeunit

Run Nodeunit unit tests.
http://gruntjs.com/
MIT License
70 stars 27 forks source link

NPM does not show version 0.3.0 #17

Closed Twipped closed 10 years ago

Twipped commented 10 years ago

Just tried to install 0.3.0 and NPM yelled at me.

npm http 304 https://registry.npmjs.org/grunt-contrib-nodeunit
npm ERR! notarget No compatible version found: grunt-contrib-nodeunit@'>=0.3.0-0 <0.4.0-0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.1.0","0.1.1","0.1.2","0.2.0","0.2.1","0.2.2","0.1.2-rc5","0.1.2-rc6"]
shama commented 10 years ago

@vladikoff Is 0.3.0 still blocked? Ref: #16

vladikoff commented 10 years ago

It's not blocked, except #16 is not fixed.

vladikoff commented 10 years ago

16 fixed, so you can publish 0.3.0 if nothing else is a concern @shama

shama commented 10 years ago

Published and added you as an owner @vladikoff. Thanks!