Skip to content

Commit

Permalink
question 11 add-dist-tag explanation wording
Browse files Browse the repository at this point in the history
 Numerous people were running into issues with the instructions for problem 11 - adding a dist tag see workshopper#21 I changed the wording of the instructions to show people how to figure out the package and version of a project.

Fixed typos
  • Loading branch information
johndeyrup committed Jan 15, 2017
1 parent f967f92 commit 418be88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions problems/11-dist-tag/problem.en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ these distribution tags with the `dist-tag` function.

Run `npm help dist-tag` to learn more about it.

npm dist-add <pkg>@<version> [<tag>] will add a new tag. To find out the name of your current package/version type npm ls. The first line of the output will be the package and version; e.g. user@1.0.1. To add a tag type in the name of the tag.

npm dist-add user@1.0.1 beta

Try adding a dist-tag on your package.

0 comments on commit 418be88

Please sign in to comment.