Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions docs/lib/content/commands/npm-star.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/lib/content/commands/npm-stars.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/lib/content/commands/npm-unstar.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/lib/content/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,6 @@
- title: npm shrinkwrap
url: /commands/npm-shrinkwrap
description: Lock down dependency versions for publication
- title: npm star
url: /commands/npm-star
description: Mark your favorite packages
- title: npm stars
url: /commands/npm-stars
description: View packages marked as favorites
- title: npm start
url: /commands/npm-start
description: Start a package
Expand Down Expand Up @@ -198,9 +192,6 @@
- title: npm unpublish
url: /commands/npm-unpublish
description: Remove a package from the registry
- title: npm unstar
url: /commands/npm-unstar
description: Remove an item from your favorite packages
- title: npm update
url: /commands/npm-update
description: Update packages
Expand Down
72 changes: 0 additions & 72 deletions lib/commands/star.js

This file was deleted.

39 changes: 0 additions & 39 deletions lib/commands/stars.js

This file was deleted.

8 changes: 0 additions & 8 deletions lib/commands/unstar.js

This file was deleted.

3 changes: 0 additions & 3 deletions lib/utils/cmd-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ const commands = [
'search',
'set',
'shrinkwrap',
'star',
'stars',
'start',
'stop',
'team',
Expand All @@ -66,7 +64,6 @@ const commands = [
'undeprecate',
'uninstall',
'unpublish',
'unstar',
'update',
'version',
'view',
Expand Down
3 changes: 0 additions & 3 deletions tap-snapshots/test/lib/commands/publish.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ Object {
"man/man1/npm-search.1",
"man/man1/npm-set.1",
"man/man1/npm-shrinkwrap.1",
"man/man1/npm-star.1",
"man/man1/npm-stars.1",
"man/man1/npm-start.1",
"man/man1/npm-stop.1",
"man/man1/npm-team.1",
Expand All @@ -215,7 +213,6 @@ Object {
"man/man1/npm-undeprecate.1",
"man/man1/npm-uninstall.1",
"man/man1/npm-unpublish.1",
"man/man1/npm-unstar.1",
"man/man1/npm-update.1",
"man/man1/npm-version.1",
"man/man1/npm-view.1",
Expand Down
Loading
Loading