From 834d7fcb5f66a5feb258cabc8b4945fdbe584f20 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sat, 21 Jul 2018 13:52:21 +0800 Subject: [PATCH] docs: add Donation --- BACKERS.md | 24 ++++++++++++++++++++++++ README-zh_CN.md | 12 ++++++++++++ README.md | 11 +++++++++++ antd-tools/gulpfile.js | 7 ++----- 4 files changed, 49 insertions(+), 5 deletions(-) create mode 100644 BACKERS.md diff --git a/BACKERS.md b/BACKERS.md new file mode 100644 index 000000000..8a46c072f --- /dev/null +++ b/BACKERS.md @@ -0,0 +1,24 @@ +
+ + 虚位以待... + +
+ ++ + 虚位以待... + +
+ ++ +
+ ## 特性 - 提炼自企业级中后台产品的交互语言和视觉风格。 diff --git a/README.md b/README.md index ee402d4cc..2b0c34255 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,17 @@ An enterprise-class UI components based on Ant Design 3.X and Vue. - A set of high-quality Vue components out of the box. - Shared [Ant Design of React](https://ant.design/docs/spec/introduce) design resources. +## Donation + +vue-antd-ui is an open source independent project. In order to achieve better and sustainable development of the project, we hope to get your support. You can support us in any of the following ways: + +- [Patreon](https://www.patreon.com/tangjinzhou) +- [opencollective](https://opencollective.com/ant-design-278) +- [paypal](https://www.paypal.me/tangjinzhou) + ++ +
## Using npm or yarn diff --git a/antd-tools/gulpfile.js b/antd-tools/gulpfile.js index f747a85b8..f9e6d0e55 100644 --- a/antd-tools/gulpfile.js +++ b/antd-tools/gulpfile.js @@ -236,9 +236,6 @@ function pub (done) { } }) } -// gulp.task('test', () => { -// githubRelease() -// }) gulp.task('dist', ['compile'], (done) => { dist(done) @@ -265,8 +262,8 @@ gulp.task('pub', ['check-git', 'compile'], (done) => { }) gulp.task('pub-with-ci', (done) => { - if (process.env.NPM_TOKEN) { - console.log('NPM token found, skip') + if (!process.env.NPM_TOKEN) { + console.log('no NPM token found, skip') } else { const github = new GitHub() github.authenticate({