Skip to content

Commit 9a79a2a

Browse files
committed
chore(deps): replace npm-registry-client with another-npm-registry-client
1 parent 7cf2cf0 commit 9a79a2a

File tree

3 files changed

+166
-144
lines changed

3 files changed

+166
-144
lines changed

lib/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { promisify } = require("util");
2-
const RegClient = require("npm-registry-client");
2+
const RegClient = require("another-npm-registry-client");
33

44
const { log } = require("./logger");
55

0 commit comments

Comments
 (0)