From 1d12cc2cde7c519b5777d3c137eac1290efbb140 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Tue, 23 Feb 2016 10:43:57 +0800 Subject: [PATCH] chore: add AUTHORS.txt --- AUTHORS.txt | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 3 ++- 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 AUTHORS.txt diff --git a/AUTHORS.txt b/AUTHORS.txt new file mode 100644 index 0000000000..b9f602e5d8 --- /dev/null +++ b/AUTHORS.txt @@ -0,0 +1,54 @@ +Benjy Cui +Bozhao +Cam Song +Cee Cirno +Daqi Song +Emma +Eward Song +Guan Hao +Haibin Yu +Hanai +James +KgTong +Leon Shi +MG12 +Neverland +Pyiner +RaoHai +SimaQ +The Gitter Badger +Yuwei Ba +Zap +afc163 +chencheng (云谦) +elrrrrrrr +genie +haoxin +ioldfish +jiang <155259966@qq.com> +kasinooya +leon.shi +lgmcolin +lgmcolin +pizn +popomore +shelwin +shouyong +simaQ +sorrycc +tom +ustccjw <317713370@qq.com> +warmhug +xiaoshuai +yiminghe +yubozhao +yuche +zhangpc +zhujun24 +zilong +zinkey +低位 +偏右 +唐帅佶 +白羊座小葛 +逸达 diff --git a/package.json b/package.json index 5ca7c16992..81720fa1df 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,8 @@ "jest": "jest", "pub": "sh ./scripts/publish.sh", "webpack": "webpack", - "beta": "sh ./scripts/publish.sh --tag beta" + "beta": "sh ./scripts/publish.sh --tag beta", + "authors": "git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'alibaba-inc.com' | grep -v 'alipay.com' | grep -v 'taobao.com' > AUTHORS.txt" }, "jest": { "testRunner": "/node_modules/jest-cli/src/testRunners/jasmine/jasmine2",