gloriajs / gloria

Gloria is a static website generator, based on NodeJS.
https://gloria.js.org
Other
152 stars 11 forks source link

Check the current version vs the last published version and recommend an upgrade #70

Closed dvidsilva closed 7 years ago

dvidsilva commented 7 years ago

I've seen some packages show a message like:

You're running version 0.0.1 - our latest version is 0.1.0, run 
npm install -g gloria 
to get access to our latest features

Commands like serve don't change much over time, but with commands like build and init, and our fast release cycles previous users might be missing out in features.

dvidsilva commented 7 years ago

this package can be used to compare semver https://www.npmjs.com/package/semver

dvidsilva commented 7 years ago

Closed on #94