raszi / node-tmp

Temporary file and directory creator for node.js
MIT License
737 stars 93 forks source link

v0.1.0 not published in npm #160

Closed jmendiara closed 6 years ago

jmendiara commented 6 years ago

npm reports the last published version as 0.0.33

https://www.npmjs.com/package/tmp

That was intended?

silkentrance commented 6 years ago

@jmendiara yes, 0.0.33 was the last version published on npm. At the moment we are working on 0.1.0, which is in master and which might get published soon after that #121 and #155 have been fixed. After that, I would like to drop support for node < 4.0.0 completely and release a 1.0.0, see #108 and #75 and #158.

jmendiara commented 6 years ago

oh! ok, ok. sorry. I think you bumped package.json version and forgot to publish. 👍

silkentrance commented 6 years ago

@jmendiara thanks. but you do not need to be sorry nor worry :grin: