v3.0.0
修复 npm publish 报 404 的问题: - 用户级 ~/.npmrc 把 registry 设成了淘宝镜像(npmmirror), 而 publishConfig.registry 显式指定发布走官方 registry, 避免 publish 请求打到只读镜像返回 404 - 顺带 npm pkg fix 标准化 repository.url 为 git+https 格式
修复 npm publish 报 404 的问题: - 用户级 ~/.npmrc 把 registry 设成了淘宝镜像(npmmirror), 而 publishConfig.registry 显式指定发布走官方 registry, 避免 publish 请求打到只读镜像返回 404 - 顺带 npm pkg fix 标准化 repository.url 为 git+https 格式