Skip to content

Commit

Permalink
chore: Add funding key to package.json (#476)
Browse files Browse the repository at this point in the history
* Add `funding` key to package.json

* Update package.json

Co-authored-by: Tony Brix <tony@brix.ninja>

Co-authored-by: Tony Brix <tony@brix.ninja>
  • Loading branch information
mondeja and UziTech committed Jul 6, 2022
1 parent e7850ca commit 7538891
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"packages/*"
],
"repository": "https://github.com/smooth-code/jest-puppeteer",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/jest-puppeteer"
},
"scripts": {
"build": "lerna run build",
"ci": "yarn build && yarn lint && yarn test --ci && yarn test:incognito --ci",
Expand Down

0 comments on commit 7538891

Please sign in to comment.