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/lib/auth
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-12-11 23:04:52 +0300
committerisaacs <i@izs.me>2020-12-11 23:05:42 +0300
commitb1871e4bc24f18497ed7a9e6596a11ffe030f013 (patch)
tree056b4f0ed6a33c5fc350a19ff6f7e8f3ceaff964 /lib/auth
parent011bb122035dcd43769ec35982662cca41635068 (diff)
Remove 'use strict'
We have a linter. yolo
Diffstat (limited to 'lib/auth')
-rw-r--r--lib/auth/legacy.js2
-rw-r--r--lib/auth/sso.js2
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/auth/legacy.js b/lib/auth/legacy.js
index 4178c40b9..f291ca794 100644
--- a/lib/auth/legacy.js
+++ b/lib/auth/legacy.js
@@ -1,5 +1,3 @@
-'use strict'
-
const log = require('npmlog')
const profile = require('npm-profile')
diff --git a/lib/auth/sso.js b/lib/auth/sso.js
index 8e4c34531..378295f5f 100644
--- a/lib/auth/sso.js
+++ b/lib/auth/sso.js
@@ -1,5 +1,3 @@
-'use strict'
-
// XXX: To date, npm Enterprise Legacy is the only system that ever
// implemented support for this type of login. A better way to do
// SSO is to use the WebLogin type of login supported by the npm-login