diff options
Diffstat (limited to 'deps/npm/doc/cli/npm-bundle.md')
-rw-r--r-- | deps/npm/doc/cli/npm-bundle.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/npm-bundle.md b/deps/npm/doc/cli/npm-bundle.md new file mode 100644 index 000000000..69b3d83e4 --- /dev/null +++ b/deps/npm/doc/cli/npm-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) |