diff --git a/FUNDING.yml b/FUNDING.yml new file mode 100644 index 0000000..9c00afa --- /dev/null +++ b/FUNDING.yml @@ -0,0 +1 @@ +github: frostburn diff --git a/package-lock.json b/package-lock.json index b28007e..92e65e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,6 +16,10 @@ "gts": "^5.0.1", "typescript": "~5.1.6" }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/frostburn" + }, "peerDependencies": { "typescript": "^5.0.0" } diff --git a/package.json b/package.json index 458082e..5d18156 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,10 @@ "Puyo Puyo", "Mean Bean Machine" ], + "funding": { + "type": "github", + "url": "https://github.com/sponsors/frostburn" + }, "files": [ "dist" ],