Skip to content

Commit d87124c

Browse files
monkeywithacupcakeulivz
authored andcommitted
chore: activating Open Collective (#1704)
1 parent 0624828 commit d87124c

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

README.md

+31-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<a href="https://npmcharts.com/compare/vuepress?minimal=true"><img src="https://img.shields.io/npm/dm/vuepress.svg" alt="Downloads"></a>
8+
<a href="https://npmcharts.com/compare/vuepress?minimal=true"><a href="https://opencollective.com/vuepress" alt="Financial Contributors on Open Collective"><img src="https://opencollective.com/vuepress/all/badge.svg?label=financial+contributors" /></a> <img src="https://img.shields.io/npm/dm/vuepress.svg" alt="Downloads"></a>
99
<a href="https://www.npmjs.com/package/vuepress"><img src="https://img.shields.io/npm/v/vuepress.svg" alt="Version"></a>
1010
<a href="https://www.npmjs.com/package/vuepress"><img src="https://badgen.net/npm/v/vuepress/next" alt="npm next version"></a>
1111
<a href="https://www.npmjs.com/package/vuepress"><img src="https://img.shields.io/npm/l/vuepress.svg" alt="License"></a>
@@ -52,6 +52,36 @@ Thank you to all the people who already contributed to VuePress!
5252

5353
![contributors](https://opencollective.com/vuepress/contributors.svg?width=890)
5454

55+
## Contributors
56+
57+
### Code Contributors
58+
59+
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
60+
<a href="https://github.com/vuejs/vuepress/graphs/contributors"><img src="https://opencollective.com/vuepress/contributors.svg?width=890&button=false" /></a>
61+
62+
### Financial Contributors
63+
64+
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/vuepress/contribute)]
65+
66+
#### Individuals
67+
68+
<a href="https://opencollective.com/vuepress"><img src="https://opencollective.com/vuepress/individuals.svg?width=890"></a>
69+
70+
#### Organizations
71+
72+
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/vuepress/contribute)]
73+
74+
<a href="https://opencollective.com/vuepress/organization/0/website"><img src="https://opencollective.com/vuepress/organization/0/avatar.svg"></a>
75+
<a href="https://opencollective.com/vuepress/organization/1/website"><img src="https://opencollective.com/vuepress/organization/1/avatar.svg"></a>
76+
<a href="https://opencollective.com/vuepress/organization/2/website"><img src="https://opencollective.com/vuepress/organization/2/avatar.svg"></a>
77+
<a href="https://opencollective.com/vuepress/organization/3/website"><img src="https://opencollective.com/vuepress/organization/3/avatar.svg"></a>
78+
<a href="https://opencollective.com/vuepress/organization/4/website"><img src="https://opencollective.com/vuepress/organization/4/avatar.svg"></a>
79+
<a href="https://opencollective.com/vuepress/organization/5/website"><img src="https://opencollective.com/vuepress/organization/5/avatar.svg"></a>
80+
<a href="https://opencollective.com/vuepress/organization/6/website"><img src="https://opencollective.com/vuepress/organization/6/avatar.svg"></a>
81+
<a href="https://opencollective.com/vuepress/organization/7/website"><img src="https://opencollective.com/vuepress/organization/7/avatar.svg"></a>
82+
<a href="https://opencollective.com/vuepress/organization/8/website"><img src="https://opencollective.com/vuepress/organization/8/avatar.svg"></a>
83+
<a href="https://opencollective.com/vuepress/organization/9/website"><img src="https://opencollective.com/vuepress/organization/9/avatar.svg"></a>
84+
5585
## License
5686

5787
[MIT](https://github.com/vuejs/vuepress/blob/master/LICENSE)

packages/vuepress/package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"url": "git+https://github.com/vuejs/vuepress.git",
99
"directory": "packages/vuepress"
1010
},
11+
"scripts": {
12+
"postinstall": "opencollective-postinstall || true"
13+
},
1114
"keywords": [
1215
"documentation",
1316
"vue",
@@ -32,7 +35,12 @@
3235
"@vuepress/core": "^1.0.2",
3336
"@vuepress/theme-default": "^1.0.2",
3437
"cac": "^6.3.9",
35-
"envinfo": "^7.2.0"
38+
"envinfo": "^7.2.0",
39+
"opencollective-postinstall": "^2.0.2"
40+
},
41+
"collective": {
42+
"type": "opencollective",
43+
"url": "https://opencollective.com/vuepress"
3644
},
3745
"engines": {
3846
"node": ">=8.6"

0 commit comments

Comments
 (0)