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:
authorSebastiaan Deckers <seb@ninja.sg>2015-10-13 06:12:34 +0300
committerRebecca Turner <me@re-becca.org>2015-10-22 01:16:34 +0300
commit40c1b0f5cba5c4ecbcea8e9a7def9965682c2701 (patch)
treebdc117586e05a4f01ba0faed1adbea2eeb2248c4 /bin/npm-cli.js
parent8946cb3f321995792a3009f6372a6f87e81873ed (diff)
src: Update formatting to be compatible with standard@5
PR-URL: https://github.com/npm/npm/pull/9954
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)
})
-
})()