diff options
| author | Shinigami <[email protected]> | 2024-09-09 00:07:56 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-09 00:07:56 +0200 |
| commit | ca9d0362b6cf6998e4829126d0d94bf03e5a7735 (patch) | |
| tree | 724f4dde7d0ceec6d80e3ed823e700e879a1e212 | |
| parent | 6abecc39bf1ff36d41fa8579a5da202f76c19dec (diff) | |
| download | faker-ca9d0362b6cf6998e4829126d0d94bf03e5a7735.tar.xz faker-ca9d0362b6cf6998e4829126d0d94bf03e5a7735.zip | |
infra: improve package.json fields (#3096)
| -rw-r--r-- | package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json index b121afa0..992da55b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/faker-js/faker.git" + "url": "git+https://github.com/faker-js/faker.git" }, "funding": [ { @@ -27,7 +27,10 @@ "url": "https://opencollective.com/fakerjs" } ], - "bugs": "https://github.com/faker-js/faker/issues", + "bugs": { + "url": "https://github.com/faker-js/faker/issues" + }, + "homepage": "https://fakerjs.dev", "license": "MIT", "type": "module", "main": "dist/index.cjs", |
