From f083d01638a536594e1ed56f309f29d820a031f3 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Sun, 26 Mar 2023 14:46:02 +0200 Subject: [PATCH] Backport funding option --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index f1619e23..6816e6dd 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,12 @@ "engines": { "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "author": "Andrey Sitnik ", "license": "MIT", "repository": "ai/nanoid",