Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/npm.js
diff options
context:
space:
mode:
Diffstat (limited to 'npm.js')
-rwxr-xr-xnpm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/npm.js b/npm.js
index 0b11487de..dc52eae5a 100755
--- a/npm.js
+++ b/npm.js
@@ -46,6 +46,7 @@ var commandCache = {}
, "view"
, "repl"
, "rebuild"
+ , "bundle"
].forEach(function (c) {
Object.defineProperty(npm.commands, c, { get : function () {
c = c === "list" ? "ls"