diff --git a/README.md b/README.md
index 511c208..5fbc23f 100755
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
[](https://travis-ci.org/HookyQR/VSCodeBeautify) [](https://ci.appveyor.com/project/HookyQR/vscodebeautify) [](https://github.com/HookyQR/VSCodeBeautify)
[   ](https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify)
[](https://paypal.me/HookyQR)
+[](#backers)
+[](#sponsors)
Beautify `javascript`, `JSON`, `CSS`, `Sass`, and `HTML` in Visual Studio Code.
@@ -123,3 +125,33 @@ Use the following to embed a beautify shortcut in keybindings.json. Replace with
## Contributing
For information on contributing see [Contributing.md](https://github.com/HookyQR/VSCodeBeautify/blob/master/.github/CONTRIBUTING.md)
+
+## Contributors
+
+This project exists thanks to all the people who contribute.
+
+
+
+## Backers
+
+Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/VSCodeBeautify#backer)]
+
+
+
+
+## Sponsors
+
+Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/VSCodeBeautify#sponsor)]
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/package.json b/package.json
index 278b778..61d07e3 100755
--- a/package.json
+++ b/package.json
@@ -212,7 +212,9 @@
"dependencies": {
"editorconfig": "0.15.0",
"js-beautify": "^1.9.0",
- "minimatch": "^3.0.4"
+ "minimatch": "^3.0.4",
+ "opencollective-postinstall": "^2.0.2",
+ "opencollective": "^1.0.3"
},
"devDependencies": {
"@types/mocha": "^2.2.42",
@@ -223,7 +225,7 @@
"vscode": "~1.1.18"
},
"scripts": {
- "postinstall": "node ./node_modules/vscode/bin/install",
+ "postinstall": "node ./node_modules/vscode/bin/install && opencollective-postinstall",
"test": "node ./node_modules/vscode/bin/test"
},
"repository": {
@@ -232,5 +234,9 @@
},
"bugs": {
"url": "https://github.com/HookyQR/VSCodeBeautify/issues"
+ },
+ "collective": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/VSCodeBeautify"
}
-}
+}
\ No newline at end of file