From ca29d058a49009389b318cc6e797c9d161642ea4 Mon Sep 17 00:00:00 2001 From: Jess Date: Wed, 12 Jan 2022 14:04:18 -0500 Subject: [PATCH] chore: swap funding to be sent through the open collective --- .github/FUNDING.yml | 4 ++-- package.json | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 1388386d592..af53d1d6de7 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 b4f2a2ca33a..815f6ebc6c1 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 " - ], "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",