1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 07:18:29 +01:00

Merge pull request #490 from shybovycha/patch-2

Update npm.md
This commit is contained in:
Felix Yan 2015-12-30 21:53:25 +08:00
commit 208d32f21f

View file

@ -21,3 +21,7 @@
- Publish the current project
`npm publish`
- Cleanup packages (removes packages, which are installed but are not listed in `package.json`)
`npm prune`