From 14a033a9435ecff907511368ada5be59e7bb9594 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Fri, 21 Apr 2023 23:29:50 +0200 Subject: infra: add funding and bugs link (#2076) --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index d9734cf4..b8ac9d03 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,13 @@ "type": "git", "url": "https://github.com/faker-js/faker.git" }, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/fakerjs" + } + ], + "bugs": "https://github.com/faker-js/faker/issues", "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/esm/index.mjs", -- cgit v1.2.3