diff --git a/Makefile b/Makefile index 973217c..e8eff88 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ TIMEOUT = 3000 MOCHA_OPTS = install: - @npm install --registry=http://registry.npm.taobao.org + @npm install --registry=https://registry.npmmirror.com test: @NODE_ENV=test ./node_modules/mocha/bin/mocha --harmony \