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:
authorisaacs <i@izs.me>2010-12-13 11:15:49 +0300
committerisaacs <i@izs.me>2010-12-13 11:15:49 +0300
commit9b8c0cf87a9d4ef560e17e060f4ddc03b2ff1a1c (patch)
tree8dff6294a9e6ee7b04db1f3ae674dd5bb5cb4e48 /npm.js
parent38bad7eb0711e1b616017967461b448f8ac0b25f (diff)
Fix #298: Initial run-script command.
Completion isn't working quite right.
Diffstat (limited to 'npm.js')
-rw-r--r--npm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/npm.js b/npm.js
index 1dabd4a10..ded263ceb 100644
--- a/npm.js
+++ b/npm.js
@@ -87,6 +87,7 @@ var commandCache = {}
, "explore"
, "docs"
, "faq"
+ , "run-script"
]
, plumbing = [ "build"
, "update-dependents"