From b7bd33696ab4e1b6062023bf553e1a6670d527ac Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Sun, 7 Nov 2021 01:04:28 +0800 Subject: [PATCH] chore: update contributors --- README.md | 11 ++++++----- test/tarball-url-mapping.test.js | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 363a1463..52de7561 100644 --- a/README.md +++ b/README.md @@ -311,12 +311,13 @@ npm i babel-preset-es2015 browserify chalk debug minimist mkdirp ## Contributors -|[
fengmk2](https://github.com/fengmk2)
|[
dead-horse](https://github.com/dead-horse)
|[
ibigbug](https://github.com/ibigbug)
|[
afc163](https://github.com/afc163)
|[
yesmeck](https://github.com/yesmeck)
|[
popomore](https://github.com/popomore)
| +|[
fengmk2](https://github.com/fengmk2)
|[
dead-horse](https://github.com/dead-horse)
|[
gemwuu](https://github.com/gemwuu)
|[
ibigbug](https://github.com/ibigbug)
|[
killagu](https://github.com/killagu)
|[
afc163](https://github.com/afc163)
| | :---: | :---: | :---: | :---: | :---: | :---: | -|[
welladamm](https://github.com/welladamm)
|[
weihong1028](https://github.com/weihong1028)
|[
LeoYuan](https://github.com/LeoYuan)
|[
cnlon](https://github.com/cnlon)
|[
magicae](https://github.com/magicae)
|[
marcbachmann](https://github.com/marcbachmann)
| -|[
snyk-bot](https://github.com/snyk-bot)
|[
atian25](https://github.com/atian25)
|[
tommytroylin](https://github.com/tommytroylin)
|[
wssgcg1213](https://github.com/wssgcg1213)
|[
yibn2008](https://github.com/yibn2008)
|[
hyj1991](https://github.com/hyj1991)
| -[
vuchan](https://github.com/vuchan)
+|[
yesmeck](https://github.com/yesmeck)
|[
vagusX](https://github.com/vagusX)
|[
popomore](https://github.com/popomore)
|[
we11adam](https://github.com/we11adam)
|[
weihong1028](https://github.com/weihong1028)
|[
XadillaX](https://github.com/XadillaX)
| +|[
LeoYuan](https://github.com/LeoYuan)
|[
cnlon](https://github.com/cnlon)
|[
Moudicat](https://github.com/Moudicat)
|[
hanzhao](https://github.com/hanzhao)
|[
marcbachmann](https://github.com/marcbachmann)
|[
snyk-bot](https://github.com/snyk-bot)
| +|[
Solais](https://github.com/Solais)
|[
atian25](https://github.com/atian25)
|[
tommytroylin](https://github.com/tommytroylin)
|[
wssgcg1213](https://github.com/wssgcg1213)
|[
yibn2008](https://github.com/yibn2008)
|[
hugohua](https://github.com/hugohua)
| +[
hyj1991](https://github.com/hyj1991)
|[
givingwu](https://github.com/givingwu)
|[
Abreto](https://github.com/Abreto)
-This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Wed May 08 2019 18:02:56 GMT+0800`. +This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sun Nov 07 2021 01:04:20 GMT+0800`. diff --git a/test/tarball-url-mapping.test.js b/test/tarball-url-mapping.test.js index 2e010bf0..7c978ead 100644 --- a/test/tarball-url-mapping.test.js +++ b/test/tarball-url-mapping.test.js @@ -13,7 +13,7 @@ describe('test/tarball-url-mapping.test.js', () => { await coffee.fork(helper.npminstall, [ 'pedding', '--tarball-url-mapping=' + JSON.stringify({ - 'https://cdn.npm.taobao.org': 'https://tnpm-hz.oss-cn-hangzhou.aliyuncs.com', + 'https://oss.npmmirror.com': 'https://tnpm-hz.oss-cn-hangzhou.aliyuncs.com', 'https://registry.npmjs.com': 'https://registry.npmjs.org', }), '-d',