summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/doc/cli/npm-bundle.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/doc/cli/npm-bundle.md')
-rw-r--r--deps/node/deps/npm/doc/cli/npm-bundle.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/deps/node/deps/npm/doc/cli/npm-bundle.md b/deps/node/deps/npm/doc/cli/npm-bundle.md
deleted file mode 100644
index 69b3d83e..00000000
--- a/deps/node/deps/npm/doc/cli/npm-bundle.md
+++ /dev/null
@@ -1,14 +0,0 @@
-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(1)