Skip to content

Commit 795d0d3

Browse files
committed
0.1.1
1 parent 8857ceb commit 795d0d3

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wjfe/async-workers",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Provides thread-safe and atomic synchronization objects, and wrappers to easily use web workers with async/await syntax.",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.js",
@@ -20,15 +20,15 @@
2020
"import": "./dist/index.js"
2121
}
2222
},
23-
"repository": {
24-
"type": "git",
25-
"url": "git+https://github.com/WJSoftware/wjfe-async-workers.git"
26-
},
27-
"author": {
28-
"email": "[email protected]",
29-
"name": "José Pablo Ramírez Vargas"
30-
},
31-
"homepage": "https://wjsoftware.github.io/wjfe-async-workers/",
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/WJSoftware/wjfe-async-workers.git"
26+
},
27+
"author": {
28+
"email": "[email protected]",
29+
"name": "José Pablo Ramírez Vargas"
30+
},
31+
"homepage": "https://wjsoftware.github.io/wjfe-async-workers/",
3232
"license": "MIT",
3333
"devDependencies": {
3434
"publint": "^0.2.10",

0 commit comments

Comments
 (0)