Skip to content

Commit ff3c24c

Browse files
authored
Add funding link to package.json (#279)
1 parent f8c89e6 commit ff3c24c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "threads",
33
"version": "1.6.3",
44
"description": "Web workers & worker threads as simple as a function call",
5+
"license": "MIT",
56
"main": "dist/index.js",
67
"module": "dist-esm/index.js",
78
"scripts": {
@@ -47,10 +48,10 @@
4748
"url": "git+https://github.com/andywer/threads.js.git"
4849
},
4950
"author": "Andy Wermke (https://github.com/andywer)",
50-
"license": "MIT",
5151
"bugs": {
5252
"url": "https://github.com/andywer/threads.js/issues"
5353
},
54+
"funding": "https://github.com/andywer/threads.js?sponsor=1",
5455
"homepage": "https://threads.js.org",
5556
"keywords": [
5657
"thread",

0 commit comments

Comments
 (0)