diff --git a/README.md b/README.md index 5500e58..94e2d9f 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,36 @@ So the basic flow is: - publish build using `np` - publish build using `np --yolo` to skip tests +## Contributors + +This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTION.md)]. + + + +## Backers + +Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/dasmachinelabs#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/dasmachinelabs#sponsor)] + + + + + + + + + + + + + + # License: MIT ## Meta diff --git a/package.json b/package.json index 529a922..ff1a96d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,8 @@ "dep-graph": "./node_modules/.bin/nx dep-graph", "help": "./node_modules/.bin/nx help", "affected:test": "./node_modules/.bin/nx affected:test", - "release-it": "release-it" + "release-it": "release-it", + "postinstall": "opencollective-postinstall" }, "standard-version": { "scripts": { @@ -72,6 +73,7 @@ "ngrx-store-freeze": "^0.2.1", "ngx-bootstrap": "^2.0.3", "np": "^5.0.0", + "opencollective-postinstall": "^2.0.2", "popper.js": "^1.12.9", "prismjs": "^1.14.0", "prismjs-loader": "0.0.4", @@ -80,7 +82,8 @@ "rxjs-compat": "6.0.0", "simple-line-icons": "^2.4.1", "viz": "^0.0.1", - "zone.js": "^0.8.26" + "zone.js": "^0.8.26", + "opencollective": "^1.0.3" }, "devDependencies": { "@angular-devkit/build-angular": "~0.6.1", @@ -109,5 +112,9 @@ "ts-node": "~5.0.1", "tslint": "~5.9.1", "typescript": "2.7.2" + }, + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/dasmachinelabs" } -} +} \ No newline at end of file