Skip to content

Commit 7301fad

Browse files
authored
docs: add funding (#147)
1 parent 18fdc0d commit 7301fad

File tree

15 files changed

+15
-11
lines changed

15 files changed

+15
-11
lines changed

.github/workflows/FUNDING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [Exeloo, MartinFillon, Tchips46, bill-h4rper]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "git+https://github.com/NanoForge-dev/Engine.git",
1818
"directory": "packages/ecs"
1919
},
20-
"funding": "",
20+
"funding": "https://github.com/NanoForge-dev/Engine?sponsor",
2121
"scripts": {
2222
"build": "turbo run build --concurrency=5",
2323
"format": "prettier --write . && turbo run format --concurrency=5",

packages/asset-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"url": "git+https://github.com/NanoForge-dev/Engine.git",
4646
"directory": "packages/asset-manager"
4747
},
48-
"funding": "",
48+
"funding": "https://github.com/NanoForge-dev/Engine?sponsor",
4949
"scripts": {
5050
"build": "tsc --noEmit && tsup",
5151
"lint": "prettier --check . && eslint --format=pretty src",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"url": "git+https://github.com/NanoForge-dev/Engine.git",
4646
"directory": "packages/common"
4747
},
48-
"funding": "",
48+
"funding": "https://github.com/NanoForge-dev/Engine?sponsor",
4949
"scripts": {
5050
"build": "tsc --noEmit && tsup",
5151
"lint": "prettier --check . && eslint --format=pretty src",

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"url": "git+https://github.com/NanoForge-dev/Engine.git",
4646
"directory": "packages/config"
4747
},
48-
"funding": "",
48+
"funding": "https://github.com/NanoForge-dev/Engine?sponsor",
4949
"scripts": {
5050
"build": "tsc --noEmit && tsup",
5151
"lint": "prettier --check . && eslint --format=pretty src",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"url": "git+https://github.com/NanoForge-dev/Engine.git",
4646
"directory": "packages/core"
4747
},
48-
"funding": "",
48+
"funding": "https://github.com/NanoForge-dev/Engine?sponsor",
4949
"scripts": {
5050
"build": "tsc --noEmit && tsup",
5151
"lint": "prettier --check . && eslint --format=pretty src",

packages/ecs-client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"url": "git+https://github.com/NanoForge-dev/Engine.git",
4848
"directory": "packages/ecs-client"
4949
},
50+
"funding": "https://github.com/NanoForge-dev/Engine?sponsor",
5051
"scripts": {
5152
"build": "pnpm build:wasm && pnpm build:script",
5253
"build:script": "tsc --noEmit && tsup",

packages/ecs-lib/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"url": "git+https://github.com/NanoForge-dev/Engine.git",
4848
"directory": "packages/ecs-lib"
4949
},
50+
"funding": "https://github.com/NanoForge-dev/Engine?sponsor",
5051
"scripts": {
5152
"build": "tsc --noEmit && tsup",
5253
"clean": "make fclean",

packages/ecs-server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"url": "git+https://github.com/NanoForge-dev/Engine.git",
4848
"directory": "packages/ecs-server"
4949
},
50+
"funding": "https://github.com/NanoForge-dev/Engine?sponsor",
5051
"scripts": {
5152
"build": "pnpm build:wasm && pnpm build:script",
5253
"build:script": "tsc --noEmit && tsup",

packages/graphics-2d/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"url": "git+https://github.com/NanoForge-dev/Engine.git",
4646
"directory": "packages/graphics-2d"
4747
},
48-
"funding": "",
48+
"funding": "https://github.com/NanoForge-dev/Engine?sponsor",
4949
"scripts": {
5050
"build": "tsc --noEmit && tsup",
5151
"lint": "prettier --check . && eslint --format=pretty src",

0 commit comments

Comments
 (0)