Browse Source

Update npm.md

Added cleanup
Artem Szubowicz 9 years ago
parent
commit
5222aac447
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/npm.md

+ 4 - 0
pages/common/npm.md

@@ -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`