From 85c5c3bea8808be97f705a372ad118339aa82635 Mon Sep 17 00:00:00 2001 From: David Anson Date: Sun, 8 Oct 2023 20:02:39 -0700 Subject: [PATCH] Add "funding" section to all public package.json files with link to GitHub Sponsor page. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9ccbf30..fcddf0b 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "url": "git+https://github.com/DavidAnson/markdownlint-cli2-action.git" }, "bugs": "https://github.com/DavidAnson/markdownlint-cli2-action/issues", + "funding": "https://github.com/sponsors/DavidAnson", "scripts": { "build": "ncc build markdownlint-cli2-action.js", "docker-npm-install": "docker run --rm --tty --name npm-install --volume $PWD:/home/workdir --workdir /home/workdir --user node node:16 npm install",