diff options
| author | Jess <[email protected]> | 2022-01-12 15:59:00 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-12 15:59:00 -0500 |
| commit | a590f266e02d8f8a2cac65cb6e8bd395bf04074b (patch) | |
| tree | d5be1553600532faa7e0d40b0525e9e0846c3147 | |
| parent | d6cef9d5e425254ac0b23acc88706bce770224fd (diff) | |
| download | faker-a590f266e02d8f8a2cac65cb6e8bd395bf04074b.tar.xz faker-a590f266e02d8f8a2cac65cb6e8bd395bf04074b.zip | |
chore: swap funding to be sent through the open collective (#110)
| -rw-r--r-- | .github/FUNDING.yml | 4 | ||||
| -rw-r--r-- | package.json | 5 |
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", |
