Skip to content

Commit 665d6ee

Browse files
committed
chore: 添加.npmrc注释
1 parent 2a33a4b commit 665d6ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 设置最新的淘宝镜像,加快安装依赖速度
22
registry = https://registry.npmmirror.com # https://registry.npmjs.org 官方镜像(发布包需要改为官方镜像)
3+
# # 发包禁用 git 仓库的校验
4+
# git-checks = false
35

46
# 强制检查 engines 字段中指定的版本要求,即强制使用指定的 Node.js 版本
57
engine-strict=true

0 commit comments

Comments
 (0)