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