From 52ee9ebd6ae3b5b26ea78f1265f00c4eb4bfb9e4 Mon Sep 17 00:00:00 2001 From: Jess Date: Tue, 16 Jul 2019 19:00:16 -0700 Subject: [PATCH 1/5] Added financial contributors to the README --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55c47d291c..b607961d72 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

- Downloads + Downloads Version npm next version License @@ -52,6 +52,36 @@ Thank you to all the people who already contributed to VuePress! ![contributors](https://opencollective.com/vuepress/contributors.svg?width=890) +## Contributors + +### Code Contributors + +This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. + + +### Financial Contributors + +Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/vuepress/contribute)] + +#### Individuals + + + +#### Organizations + +Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/vuepress/contribute)] + + + + + + + + + + + + ## License [MIT](https://github.com/vuejs/vuepress/blob/master/LICENSE) From da9858ba8b2f9cfd2915f8fa68a644b5119e44f4 Mon Sep 17 00:00:00 2001 From: Jess Date: Tue, 16 Jul 2019 19:00:16 -0700 Subject: [PATCH 2/5] Added call to donate after npm install (optional) --- package.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3c7b54951b..a83a80f73c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "release": "yarn --pure-lockfile && yarn tsc && node scripts/release.js", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2", "test": "node scripts/test.js", - "tsc": "lerna run tsc" + "tsc": "lerna run tsc", + "postinstall": "opencollective-postinstall || true" }, "gitHooks": { "pre-commit": "lint-staged" @@ -50,5 +51,12 @@ "@types/hash-sum": "^1.0.0", "@types/globby": "^9.1.0", "@types/escape-html": "^0.0.20" + }, + "dependencies": { + "opencollective-postinstall": "^2.0.2" + }, + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/vuepress" } -} +} \ No newline at end of file From 9de30df65d27be98e2069cf1c53a25cc6e40be76 Mon Sep 17 00:00:00 2001 From: jess Date: Sat, 20 Jul 2019 15:36:46 -0700 Subject: [PATCH 3/5] Update package.json move Open Collective post install --- package.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index a83a80f73c..3c7b54951b 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,7 @@ "release": "yarn --pure-lockfile && yarn tsc && node scripts/release.js", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2", "test": "node scripts/test.js", - "tsc": "lerna run tsc", - "postinstall": "opencollective-postinstall || true" + "tsc": "lerna run tsc" }, "gitHooks": { "pre-commit": "lint-staged" @@ -51,12 +50,5 @@ "@types/hash-sum": "^1.0.0", "@types/globby": "^9.1.0", "@types/escape-html": "^0.0.20" - }, - "dependencies": { - "opencollective-postinstall": "^2.0.2" - }, - "collective": { - "type": "opencollective", - "url": "https://opencollective.com/vuepress" } -} \ No newline at end of file +} From 5661b6660b0659489a71016be0bc2d71c5627452 Mon Sep 17 00:00:00 2001 From: jess Date: Sat, 20 Jul 2019 15:36:59 -0700 Subject: [PATCH 4/5] Update package.json move Open Collective postinstall --- packages/vuepress/package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/vuepress/package.json b/packages/vuepress/package.json index 80def06d76..f35e37e433 100644 --- a/packages/vuepress/package.json +++ b/packages/vuepress/package.json @@ -8,6 +8,9 @@ "url": "git+https://github.com/vuejs/vuepress.git", "directory": "packages/vuepress" }, + "scripts": { + "postinstall": "opencollective-postinstall || true" + }, "keywords": [ "documentation", "vue", @@ -32,8 +35,13 @@ "@vuepress/core": "^1.0.2", "@vuepress/theme-default": "^1.0.2", "cac": "^6.3.9", - "envinfo": "^7.2.0" + "envinfo": "^7.2.0", + "opencollective-postinstall": "^2.0.2" }, + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/vuepress" + } "engines": { "node": ">=8.6" }, From 8816cd64875e70d1b5d90024b0bff330e49c0fc4 Mon Sep 17 00:00:00 2001 From: ULIVZ <472590061@qq.com> Date: Tue, 30 Jul 2019 01:41:24 +0800 Subject: [PATCH 5/5] chore: fix invalid json --- packages/vuepress/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vuepress/package.json b/packages/vuepress/package.json index f35e37e433..8885dbde7a 100644 --- a/packages/vuepress/package.json +++ b/packages/vuepress/package.json @@ -41,7 +41,7 @@ "collective": { "type": "opencollective", "url": "https://opencollective.com/vuepress" - } + }, "engines": { "node": ">=8.6" },