From 049eb7612fb9c5fb3989b6715683fb6aa01a34cc Mon Sep 17 00:00:00 2001 From: NPM Mirror Bot Date: Fri, 11 Feb 2022 22:09:24 -0500 Subject: [PATCH] update https://registry.npm.taobao.org to https://registry.npmmirror.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 17081c0..abaf7dd 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ TESTS = $(shell find test -type f -name test-*) default: test npm-install: - @npm --color=true --registry=http://registry.npm.taobao.org/ install + @npm --color=true --registry=https://registry.npmmirror.com/ install test: npm-install @$(-BIN-MOCHA) \