workshopper / how-to-npm

A module to teach you how to module.
https://www.npmjs.com/package/how-to-npm
ISC License
1.11k stars 219 forks source link

Can't see the v2.0.0 in this repository #85

Closed watilde closed 7 years ago

watilde commented 7 years ago

When I see the list of released version in how-to-npm, we can see v2.0.0:

$ npm info how-to-npm versions
[ '0.0.0', '1.0.0', '1.1.1', '1.2.0', '2.0.0' ]

However, the latest version in the package.json is v1.2.0:

I guess it's released by an accident, then I will bump the version as v2.1.0

watilde commented 7 years ago

Done

$ npm view how-to-npm versions
[ '0.0.0', '1.0.0', '1.1.1', '1.2.0', '2.0.0', '2.1.0' ]