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

This commit is contained in:
David Anson 2023-10-01 23:06:48 -07:00
parent 6720eadad4
commit 33d309a669
3 changed files with 3 additions and 0 deletions

View file

@ -12,6 +12,7 @@
"url": "git+https://github.com/DavidAnson/markdownlint.git" "url": "git+https://github.com/DavidAnson/markdownlint.git"
}, },
"bugs": "https://github.com/DavidAnson/markdownlint/issues", "bugs": "https://github.com/DavidAnson/markdownlint/issues",
"funding": "https://github.com/sponsors/DavidAnson",
"engines": { "engines": {
"node": ">=16" "node": ">=16"
}, },

View file

@ -12,6 +12,7 @@
"url": "git+https://github.com/DavidAnson/markdownlint.git" "url": "git+https://github.com/DavidAnson/markdownlint.git"
}, },
"bugs": "https://github.com/DavidAnson/markdownlint/issues", "bugs": "https://github.com/DavidAnson/markdownlint/issues",
"funding": "https://github.com/sponsors/DavidAnson",
"scripts": { "scripts": {
"build": "webpack --stats minimal" "build": "webpack --stats minimal"
}, },

View file

@ -21,6 +21,7 @@
"url": "git+https://github.com/DavidAnson/markdownlint.git" "url": "git+https://github.com/DavidAnson/markdownlint.git"
}, },
"bugs": "https://github.com/DavidAnson/markdownlint/issues", "bugs": "https://github.com/DavidAnson/markdownlint/issues",
"funding": "https://github.com/sponsors/DavidAnson",
"scripts": { "scripts": {
"build-config": "npm run build-config-schema && npm run build-config-example", "build-config": "npm run build-config-schema && npm run build-config-example",
"build-config-example": "node schema/build-config-example.js", "build-config-example": "node schema/build-config-example.js",