From ab5c3382919a3ada919542ed064189702fe6448b Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Sun, 26 Mar 2023 14:42:42 +0200 Subject: [PATCH] Add funding option --- .github/FUNDING.yml | 1 + package.json | 6 ++++++ 2 files changed, 7 insertions(+) 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",