From d87124c0fcd1462989798daa674e9efeeb7bcfc5 Mon Sep 17 00:00:00 2001
From: jess
- + @@ -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) diff --git a/packages/vuepress/package.json b/packages/vuepress/package.json index 80def06d76..8885dbde7a 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,7 +35,12 @@ "@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"