workshopper / how-to-npm

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

Fix "dist-tag add" copy text #96

Closed stefanmaric closed 7 years ago

stefanmaric commented 7 years ago

It was suggesting user@1.0.1 which is missleading.

Documentation (npm help dist-tag) tells us:

npm dist-tag add <pkg>@<version> [<tag>]
watilde commented 7 years ago

Good catch! I will update .es file as well. Thanks <3

watilde commented 7 years ago

This patch was released as v2.2.1, thanks!

stefanmaric commented 7 years ago

I will update .es file as well.

Damn! No idea how did I miss that. Thanks! :heart: