From e7c94c2f852816a1e1cddbc1aee9040e5b1632a2 Mon Sep 17 00:00:00 2001 From: Exelo Date: Sun, 7 Dec 2025 08:17:37 +0100 Subject: [PATCH] docs: add funding --- .github/workflows/FUNDING.md | 1 + package.json | 2 +- packages/asset-manager/package.json | 2 +- packages/common/package.json | 2 +- packages/config/package.json | 2 +- packages/core/package.json | 2 +- packages/ecs-client/package.json | 1 + packages/ecs-lib/package.json | 1 + packages/ecs-server/package.json | 1 + packages/graphics-2d/package.json | 2 +- packages/input/package.json | 2 +- packages/music/package.json | 2 +- packages/sound/package.json | 2 +- utils/eslint-config/package.json | 2 +- utils/prettier-config/package.json | 2 +- 15 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 .github/workflows/FUNDING.md diff --git a/.github/workflows/FUNDING.md b/.github/workflows/FUNDING.md new file mode 100644 index 0000000..2018228 --- /dev/null +++ b/.github/workflows/FUNDING.md @@ -0,0 +1 @@ +github: [Exeloo, MartinFillon, Tchips46, bill-h4rper] diff --git a/package.json b/package.json index d2f54b3..fa72910 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "url": "git+https://github.com/NanoForge-dev/Engine.git", "directory": "packages/ecs" }, - "funding": "", + "funding": "https://github.com/NanoForge-dev/Engine?sponsor", "scripts": { "build": "turbo run build --concurrency=5", "format": "prettier --write . && turbo run format --concurrency=5", diff --git a/packages/asset-manager/package.json b/packages/asset-manager/package.json index 2be1130..1f9dcd0 100644 --- a/packages/asset-manager/package.json +++ b/packages/asset-manager/package.json @@ -45,7 +45,7 @@ "url": "git+https://github.com/NanoForge-dev/Engine.git", "directory": "packages/asset-manager" }, - "funding": "", + "funding": "https://github.com/NanoForge-dev/Engine?sponsor", "scripts": { "build": "tsc --noEmit && tsup", "lint": "prettier --check . && eslint --format=pretty src", diff --git a/packages/common/package.json b/packages/common/package.json index 8da1abc..e27be9c 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -45,7 +45,7 @@ "url": "git+https://github.com/NanoForge-dev/Engine.git", "directory": "packages/common" }, - "funding": "", + "funding": "https://github.com/NanoForge-dev/Engine?sponsor", "scripts": { "build": "tsc --noEmit && tsup", "lint": "prettier --check . && eslint --format=pretty src", diff --git a/packages/config/package.json b/packages/config/package.json index 888d777..fdaeb9d 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -45,7 +45,7 @@ "url": "git+https://github.com/NanoForge-dev/Engine.git", "directory": "packages/config" }, - "funding": "", + "funding": "https://github.com/NanoForge-dev/Engine?sponsor", "scripts": { "build": "tsc --noEmit && tsup", "lint": "prettier --check . && eslint --format=pretty src", diff --git a/packages/core/package.json b/packages/core/package.json index ca213b1..ec6c129 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -45,7 +45,7 @@ "url": "git+https://github.com/NanoForge-dev/Engine.git", "directory": "packages/core" }, - "funding": "", + "funding": "https://github.com/NanoForge-dev/Engine?sponsor", "scripts": { "build": "tsc --noEmit && tsup", "lint": "prettier --check . && eslint --format=pretty src", diff --git a/packages/ecs-client/package.json b/packages/ecs-client/package.json index eb78d2b..db23d80 100644 --- a/packages/ecs-client/package.json +++ b/packages/ecs-client/package.json @@ -47,6 +47,7 @@ "url": "git+https://github.com/NanoForge-dev/Engine.git", "directory": "packages/ecs-client" }, + "funding": "https://github.com/NanoForge-dev/Engine?sponsor", "scripts": { "build": "pnpm build:wasm && pnpm build:script", "build:script": "tsc --noEmit && tsup", diff --git a/packages/ecs-lib/package.json b/packages/ecs-lib/package.json index 7c07a26..d42d523 100644 --- a/packages/ecs-lib/package.json +++ b/packages/ecs-lib/package.json @@ -47,6 +47,7 @@ "url": "git+https://github.com/NanoForge-dev/Engine.git", "directory": "packages/ecs-lib" }, + "funding": "https://github.com/NanoForge-dev/Engine?sponsor", "scripts": { "build": "tsc --noEmit && tsup", "clean": "make fclean", diff --git a/packages/ecs-server/package.json b/packages/ecs-server/package.json index 3bfcf59..b65c433 100644 --- a/packages/ecs-server/package.json +++ b/packages/ecs-server/package.json @@ -47,6 +47,7 @@ "url": "git+https://github.com/NanoForge-dev/Engine.git", "directory": "packages/ecs-server" }, + "funding": "https://github.com/NanoForge-dev/Engine?sponsor", "scripts": { "build": "pnpm build:wasm && pnpm build:script", "build:script": "tsc --noEmit && tsup", diff --git a/packages/graphics-2d/package.json b/packages/graphics-2d/package.json index 03536a8..109a295 100644 --- a/packages/graphics-2d/package.json +++ b/packages/graphics-2d/package.json @@ -45,7 +45,7 @@ "url": "git+https://github.com/NanoForge-dev/Engine.git", "directory": "packages/graphics-2d" }, - "funding": "", + "funding": "https://github.com/NanoForge-dev/Engine?sponsor", "scripts": { "build": "tsc --noEmit && tsup", "lint": "prettier --check . && eslint --format=pretty src", diff --git a/packages/input/package.json b/packages/input/package.json index 9254997..c69ccac 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -45,7 +45,7 @@ "url": "git+https://github.com/NanoForge-dev/Engine.git", "directory": "packages/input" }, - "funding": "", + "funding": "https://github.com/NanoForge-dev/Engine?sponsor", "scripts": { "build": "tsc --noEmit && tsup", "lint": "prettier --check . && eslint --format=pretty src", diff --git a/packages/music/package.json b/packages/music/package.json index f8d97e9..ec0befd 100644 --- a/packages/music/package.json +++ b/packages/music/package.json @@ -45,7 +45,7 @@ "url": "git+https://github.com/NanoForge-dev/Engine.git", "directory": "packages/music" }, - "funding": "", + "funding": "https://github.com/NanoForge-dev/Engine?sponsor", "scripts": { "build": "tsc --noEmit && tsup", "lint": "prettier --check . && eslint --format=pretty src", diff --git a/packages/sound/package.json b/packages/sound/package.json index b15a96d..71b3588 100644 --- a/packages/sound/package.json +++ b/packages/sound/package.json @@ -45,7 +45,7 @@ "url": "git+https://github.com/NanoForge-dev/Engine.git", "directory": "packages/sound" }, - "funding": "", + "funding": "https://github.com/NanoForge-dev/Engine?sponsor", "scripts": { "build": "tsc --noEmit && tsup", "lint": "prettier --check . && eslint --format=pretty src", diff --git a/utils/eslint-config/package.json b/utils/eslint-config/package.json index 05fed42..bb1f36a 100644 --- a/utils/eslint-config/package.json +++ b/utils/eslint-config/package.json @@ -34,7 +34,7 @@ "url": "git+https://github.com/NanoForge-dev/Engine.git", "directory": "utils/prettier-config" }, - "funding": "", + "funding": "https://github.com/NanoForge-dev/Engine?sponsor", "scripts": { "lint": "prettier --check .", "format": "prettier --write ." diff --git a/utils/prettier-config/package.json b/utils/prettier-config/package.json index d744d2f..de0525a 100644 --- a/utils/prettier-config/package.json +++ b/utils/prettier-config/package.json @@ -34,7 +34,7 @@ "url": "git+https://github.com/NanoForge-dev/Engine.git", "directory": "utils/prettier-config" }, - "funding": "", + "funding": "https://github.com/NanoForge-dev/Engine?sponsor", "scripts": { "lint": "prettier --check .", "format": "prettier --write ."