From 5b88b72b9821f7114cc4e475bbf52726a1674e52 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 20 Oct 2020 11:09:19 -0700 Subject: [PATCH] docs: remove the long-gone bundle command It's been gone since npm 1.0. I think probably no one needs this doc anymore. --- docs/content/cli-commands/npm-bundle.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 docs/content/cli-commands/npm-bundle.md diff --git a/docs/content/cli-commands/npm-bundle.md b/docs/content/cli-commands/npm-bundle.md deleted file mode 100644 index 5b8c015dd9930..0000000000000 --- a/docs/content/cli-commands/npm-bundle.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -section: cli-commands -title: npm-bundle -description: REMOVED ---- - -# npm-bundle(1) - -## REMOVED - -### Description - -The `npm bundle` command has been removed in 1.0, for the simple reason -that it is no longer necessary, as the default behavior is now to install -packages into the local space. - -Just use `npm install` now to do what `npm bundle` used to do. - -### See Also - -* [npm install](/cli-commands/install)