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 9438600 commit 4ce54b2Copy full SHA for 4ce54b2
src/constant.ts
@@ -22,6 +22,9 @@ export const registrys: Registrys = {
22
npm: "https://registry.npmjs.org/",
23
yarn: "https://registry.yarnpkg.com/",
24
github: "https://npm.pkg.github.com/",
25
+ get cnpm() {
26
+ return this.taobao;
27
+ },
28
taobao: "https://registry.npmmirror.com/",
29
npmMirror: "https://skimdb.npmjs.com/registry/",
30
tencent: "https://mirrors.cloud.tencent.com/npm/",
0 commit comments