diff --git a/.github/workflows/FUNDING.md b/.github/workflows/FUNDING.md new file mode 100644 index 00000000..2018228a --- /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 d2f54b37..fa729107 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 2be1130a..1f9dcd0e 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 8da1abc2..e27be9cd 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 888d777d..fdaeb9db 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 ca213b19..ec6c1296 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 eb78d2bd..db23d80b 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 7c07a265..d42d5235 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 3bfcf594..b65c4339 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 03536a89..109a2952 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 92549973..c69ccac5 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 f8d97e98..ec0befde 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 b15a96dd..71b35886 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 05fed423..bb1f36a8 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 d744d2f4..de0525a6 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 ."