aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJess <[email protected]>2022-01-12 15:59:00 -0500
committerGitHub <[email protected]>2022-01-12 15:59:00 -0500
commita590f266e02d8f8a2cac65cb6e8bd395bf04074b (patch)
treed5be1553600532faa7e0d40b0525e9e0846c3147
parentd6cef9d5e425254ac0b23acc88706bce770224fd (diff)
downloadfaker-a590f266e02d8f8a2cac65cb6e8bd395bf04074b.tar.xz
faker-a590f266e02d8f8a2cac65cb6e8bd395bf04074b.zip
chore: swap funding to be sent through the open collective (#110)
-rw-r--r--.github/FUNDING.yml4
-rw-r--r--package.json5
2 files changed, 3 insertions, 6 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 1388386d..af53d1d6 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,8 +1,8 @@
# These are supported funding model platforms
-github: marak
+github: # Replace with the open collective's name https://docs.opencollective.com/help/collectives/osc-verification/github-sponsors
patreon: # Replace with a single Patreon username
-open_collective: # fakerjs
+open_collective: fakerjs
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
diff --git a/package.json b/package.json
index ec9fad1c..aa451aa3 100644
--- a/package.json
+++ b/package.json
@@ -2,12 +2,9 @@
"name": "faker",
"description": "Generate massive amounts of fake contextual data",
"version": "5.5.3",
- "contributors": [
- "Marak Squires <[email protected]>"
- ],
"repository": {
"type": "git",
- "url": "http://github.com/Marak/Faker.js.git"
+ "url": "https://github.com/faker-js/faker.git"
},
"scripts": {
"browser": "./node_modules/.bin/gulp browser",