From 9d415a9de4abd65d4fc18a836965c86a7a8d0da7 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 6 Nov 2019 14:02:51 -0800 Subject: [PATCH] add funding --- .github/.github/FUNDING.yml | 3 +++ package.json | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .github/.github/FUNDING.yml diff --git a/.github/.github/FUNDING.yml b/.github/.github/FUNDING.yml new file mode 100644 index 00000000..20d8c03a --- /dev/null +++ b/.github/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: [isaacs] diff --git a/package.json b/package.json index 62792b94..083a9957 100644 --- a/package.json +++ b/package.json @@ -39,5 +39,8 @@ "prof": "bash prof.sh && cat profile.txt", "benchclean": "node benchclean.js" }, - "license": "ISC" + "license": "ISC", + "funding": { + "url": "https://github.com/sponsors/isaacs" + } }