Add "funding" section to all public package.json files with link to GitHub Sponsor page.

This commit is contained in:
David Anson
2023-10-08 20:02:39 -07:00
parent fcc98c0d8e
commit 85c5c3bea8
+1
View File
@@ -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",