Skip to content

Commit ac1bd82

Browse files
authored
Merge pull request #3 from WJSoftware:JP/package_json
fix: Correct package name
2 parents b52c50a + 13d3c53 commit ac1bd82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@wjfe/workers",
2+
"name": "@wjfe/async-workers",
33
"version": "0.1.0",
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",

0 commit comments

Comments
 (0)