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:
authorForrest L Norvell <ogd@aoaioxxysz.net>2016-04-30 02:29:45 +0300
committerRebecca Turner <me@re-becca.org>2016-05-04 02:13:51 +0300
commite498dcb4d3f1b322e545129e069a9164dcd7a870 (patch)
tree9d953a9bb7a99526ec85764c02bfbbfcb51045ab /bin/npm-cli.js
parentef0dd74583be25c72343ed07d1127e4d0cc02df9 (diff)
src: bring code up to standard@6 compatibility
Credit: @othiym23 PR-URL: https://github.com/npm/npm/pull/11444 Reviewed-By: @zkat Reviewed-By: @iarna Reviewed-By: @othiym23
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 2346feba4..55fa054d6 100755
--- a/bin/npm-cli.js
+++ b/bin/npm-cli.js
@@ -1,6 +1,5 @@
#!/usr/bin/env node
;(function () { // wrapper in case we're in module_context mode
-
// windows: running "npm blah" in this folder will invoke WSH, not node.
/*global WScript*/
if (typeof WScript !== 'undefined') {