Skip to content

Commit ab5c338

Browse files
committed
Add funding option
1 parent c79ee96 commit ab5c338

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
tidelift: npm/nanoid
2+
github: ai

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
"engines": {
1919
"node": "^14 || ^16 || >=18"
2020
},
21+
"funding": [
22+
{
23+
"type": "github",
24+
"url": "https://github.com/sponsors/ai"
25+
}
26+
],
2127
"author": "Andrey Sitnik <[email protected]>",
2228
"license": "MIT",
2329
"repository": "ai/nanoid",

0 commit comments

Comments
 (0)