Procházet zdrojové kódy

chore: 更新 .npmrc 中的注册表配置

laifeipeng před 11 měsíci
rodič
revize
b5a74cf371
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      .npmrc

+ 2 - 2
.npmrc

@@ -1,5 +1,5 @@
-registry = https://registry.npmjs.org
-# registry = https://registry.npmmirror.com
+# registry = https://registry.npmjs.org
+registry = https://registry.npmmirror.com
 
 strict-peer-dependencies=false
 auto-install-peers=true