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
diff options
context:
space:
mode:
Diffstat (limited to 'bin/npm-cli.js')
-rwxr-xr-xbin/npm-cli.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/npm-cli.js b/bin/npm-cli.js
index 60d00bf29..2346feba4 100755
--- a/bin/npm-cli.js
+++ b/bin/npm-cli.js
@@ -73,5 +73,4 @@
if (er) return errorHandler(er)
npm.commands[npm.command](npm.argv, errorHandler)
})
-
})()