aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorShinigami <[email protected]>2024-09-09 00:07:56 +0200
committerGitHub <[email protected]>2024-09-09 00:07:56 +0200
commitca9d0362b6cf6998e4829126d0d94bf03e5a7735 (patch)
tree724f4dde7d0ceec6d80e3ed823e700e879a1e212 /package.json
parent6abecc39bf1ff36d41fa8579a5da202f76c19dec (diff)
downloadfaker-ca9d0362b6cf6998e4829126d0d94bf03e5a7735.tar.xz
faker-ca9d0362b6cf6998e4829126d0d94bf03e5a7735.zip
infra: improve package.json fields (#3096)
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
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",