diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 6536eb41..c6c4c412 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ tidelift: npm/nanoid +github: ai diff --git a/package.json b/package.json index 55d94938..03acfa3f 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,12 @@ "engines": { "node": "^14 || ^16 || >=18" }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "author": "Andrey Sitnik ", "license": "MIT", "repository": "ai/nanoid",