Skip to content

Commit

Permalink
chore(deps): replace npm-registry-client with another-npm-registry-cl…
Browse files Browse the repository at this point in the history
…ient
  • Loading branch information
favoyang committed May 8, 2022
1 parent 7cf2cf0 commit 9a79a2a
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 144 deletions.
2 changes: 1 addition & 1 deletion lib/client.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { promisify } = require("util");
const RegClient = require("npm-registry-client");
const RegClient = require("another-npm-registry-client");

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

Expand Down
Loading

0 comments on commit 9a79a2a

Please sign in to comment.