diff options
| author | Shinigami <[email protected]> | 2023-04-21 23:29:50 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-21 23:29:50 +0200 |
| commit | 14a033a9435ecff907511368ada5be59e7bb9594 (patch) | |
| tree | 88a524e133e084ad80f68068d102f8803bddb5c0 | |
| parent | 05644468208601f842081d8ce4545f9d37b55461 (diff) | |
| download | faker-14a033a9435ecff907511368ada5be59e7bb9594.tar.xz faker-14a033a9435ecff907511368ada5be59e7bb9594.zip | |
infra: add funding and bugs link (#2076)
| -rw-r--r-- | package.json | 7 |
1 files changed, 7 insertions, 0 deletions
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", |
