From 6d1aac42482a5fee7a38310ee2689050f95de056 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Thu, 22 Mar 2018 18:23:24 -0700 Subject: standardize --- bin/npm-cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/npm-cli.js') diff --git a/bin/npm-cli.js b/bin/npm-cli.js index e2c013b5d..e73ad028a 100755 --- a/bin/npm-cli.js +++ b/bin/npm-cli.js @@ -1,7 +1,7 @@ #!/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*/ + /* global WScript */ if (typeof WScript !== 'undefined') { WScript.echo( 'npm does not work when run\n' + -- cgit v1.2.3