We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c89e6 commit ff3c24cCopy full SHA for ff3c24c
package.json
@@ -2,6 +2,7 @@
2
"name": "threads",
3
"version": "1.6.3",
4
"description": "Web workers & worker threads as simple as a function call",
5
+ "license": "MIT",
6
"main": "dist/index.js",
7
"module": "dist-esm/index.js",
8
"scripts": {
@@ -47,10 +48,10 @@
47
48
"url": "git+https://github.com/andywer/threads.js.git"
49
},
50
"author": "Andy Wermke (https://github.com/andywer)",
- "license": "MIT",
51
"bugs": {
52
"url": "https://github.com/andywer/threads.js/issues"
53
54
+ "funding": "https://github.com/andywer/threads.js?sponsor=1",
55
"homepage": "https://threads.js.org",
56
"keywords": [
57
"thread",
0 commit comments