From 0359c5a4f8a5ce1cd7edc4bd36117b661341d63c Mon Sep 17 00:00:00 2001 From: David Anson Date: Fri, 6 Oct 2023 21:18:40 -0700 Subject: [PATCH] Add "funding" section to all public package.json files with link to GitHub Sponsor page. --- formatter-codequality/package.json | 1 + formatter-default/package.json | 1 + formatter-json/package.json | 1 + formatter-junit/package.json | 1 + formatter-pretty/package.json | 1 + formatter-sarif/package.json | 1 + formatter-summarize/package.json | 1 + package.json | 1 + 8 files changed, 8 insertions(+) diff --git a/formatter-codequality/package.json b/formatter-codequality/package.json index 71e2271c..1ca72a47 100644 --- a/formatter-codequality/package.json +++ b/formatter-codequality/package.json @@ -14,6 +14,7 @@ "url": "git+https://github.com/DavidAnson/markdownlint-cli2.git" }, "bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues", + "funding": "https://github.com/sponsors/DavidAnson", "files": [ "markdownlint-cli2-formatter-codequality.js" ], diff --git a/formatter-default/package.json b/formatter-default/package.json index 9cf686c1..f8763f5a 100644 --- a/formatter-default/package.json +++ b/formatter-default/package.json @@ -14,6 +14,7 @@ "url": "git+https://github.com/DavidAnson/markdownlint-cli2.git" }, "bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues", + "funding": "https://github.com/sponsors/DavidAnson", "files": [ "markdownlint-cli2-formatter-default.js" ], diff --git a/formatter-json/package.json b/formatter-json/package.json index 4511a8b1..0561772b 100644 --- a/formatter-json/package.json +++ b/formatter-json/package.json @@ -14,6 +14,7 @@ "url": "git+https://github.com/DavidAnson/markdownlint-cli2.git" }, "bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues", + "funding": "https://github.com/sponsors/DavidAnson", "files": [ "markdownlint-cli2-formatter-json.js" ], diff --git a/formatter-junit/package.json b/formatter-junit/package.json index 62b27b13..b3125f04 100644 --- a/formatter-junit/package.json +++ b/formatter-junit/package.json @@ -14,6 +14,7 @@ "url": "git+https://github.com/DavidAnson/markdownlint-cli2.git" }, "bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues", + "funding": "https://github.com/sponsors/DavidAnson", "files": [ "markdownlint-cli2-formatter-junit.js" ], diff --git a/formatter-pretty/package.json b/formatter-pretty/package.json index d326711e..1b58a673 100644 --- a/formatter-pretty/package.json +++ b/formatter-pretty/package.json @@ -14,6 +14,7 @@ "url": "git+https://github.com/DavidAnson/markdownlint-cli2.git" }, "bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues", + "funding": "https://github.com/sponsors/DavidAnson", "files": [ "markdownlint-cli2-formatter-pretty.js" ], diff --git a/formatter-sarif/package.json b/formatter-sarif/package.json index 704100b0..9f0d1257 100644 --- a/formatter-sarif/package.json +++ b/formatter-sarif/package.json @@ -14,6 +14,7 @@ "url": "git+https://github.com/DavidAnson/markdownlint-cli2.git" }, "bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues", + "funding": "https://github.com/sponsors/DavidAnson", "files": [ "markdownlint-cli2-formatter-sarif.js" ], diff --git a/formatter-summarize/package.json b/formatter-summarize/package.json index e5395c4e..2f0545ad 100644 --- a/formatter-summarize/package.json +++ b/formatter-summarize/package.json @@ -14,6 +14,7 @@ "url": "git+https://github.com/DavidAnson/markdownlint-cli2.git" }, "bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues", + "funding": "https://github.com/sponsors/DavidAnson", "files": [ "markdownlint-cli2-formatter-summarize.js" ], diff --git a/package.json b/package.json index 68778079..5962bafe 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "url": "git+https://github.com/DavidAnson/markdownlint-cli2.git" }, "bugs": "https://github.com/DavidAnson/markdownlint-cli2/issues", + "funding": "https://github.com/sponsors/DavidAnson", "scripts": { "build-docker-image": "VERSION=$(node -e \"process.stdout.write(require('./package.json').version)\") && docker build -t davidanson/markdownlint-cli2:v$VERSION -f docker/Dockerfile --label org.opencontainers.image.version=v$VERSION .", "build-docker-image-rules": "VERSION=$(node -e \"process.stdout.write(require('./package.json').version)\") && docker build -t davidanson/markdownlint-cli2-rules:v$VERSION -f docker/Dockerfile-rules --build-arg VERSION=v$VERSION --label org.opencontainers.image.version=v$VERSION .",