From 75388912c3d5d3dcbdd182accddcc4b23d73cbcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Wed, 6 Jul 2022 21:22:03 +0200 Subject: [PATCH] chore: Add `funding` key to package.json (#476) * Add `funding` key to package.json * Update package.json Co-authored-by: Tony Brix Co-authored-by: Tony Brix --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index fca241f6..4a1ac71b 100644 --- a/package.json +++ b/package.json @@ -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",