We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf2cf0 commit 9a79a2aCopy full SHA for 9a79a2a
lib/client.js
@@ -1,5 +1,5 @@
1
const { promisify } = require("util");
2
-const RegClient = require("npm-registry-client");
+const RegClient = require("another-npm-registry-client");
3
4
const { log } = require("./logger");
5
0 commit comments