mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-22 06:06:23 +01:00
Add "funding" section to all public package.json files with link to GitHub Sponsor page.
This commit is contained in:
parent
fcc98c0d8e
commit
85c5c3bea8
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
"url": "git+https://github.com/DavidAnson/markdownlint-cli2-action.git"
|
"url": "git+https://github.com/DavidAnson/markdownlint-cli2-action.git"
|
||||||
},
|
},
|
||||||
"bugs": "https://github.com/DavidAnson/markdownlint-cli2-action/issues",
|
"bugs": "https://github.com/DavidAnson/markdownlint-cli2-action/issues",
|
||||||
|
"funding": "https://github.com/sponsors/DavidAnson",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ncc build markdownlint-cli2-action.js",
|
"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",
|
"docker-npm-install": "docker run --rm --tty --name npm-install --volume $PWD:/home/workdir --workdir /home/workdir --user node node:16 npm install",
|
||||||
|
|
Loading…
Reference in a new issue