Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webJose committed Aug 25, 2024
1 parent 8857ceb commit 795d0d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wjfe/async-workers",
"version": "0.1.0",
"version": "0.1.1",
"description": "Provides thread-safe and atomic synchronization objects, and wrappers to easily use web workers with async/await syntax.",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand All @@ -20,15 +20,15 @@
"import": "./dist/index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/WJSoftware/wjfe-async-workers.git"
},
"author": {
"email": "[email protected]",
"name": "José Pablo Ramírez Vargas"
},
"homepage": "https://wjsoftware.github.io/wjfe-async-workers/",
"repository": {
"type": "git",
"url": "git+https://github.com/WJSoftware/wjfe-async-workers.git"
},
"author": {
"email": "[email protected]",
"name": "José Pablo Ramírez Vargas"
},
"homepage": "https://wjsoftware.github.io/wjfe-async-workers/",
"license": "MIT",
"devDependencies": {
"publint": "^0.2.10",
Expand Down

0 comments on commit 795d0d3

Please sign in to comment.