diff --git a/package-lock.json b/package-lock.json index ca700ad..52f8b2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@wjfe/workers", + "name": "@wjfe/async-workers", "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@wjfe/workers", + "name": "@wjfe/async-workers", "version": "0.1.0", "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index c6163ae..55bbf1c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@wjfe/workers", + "name": "@wjfe/async-workers", "version": "0.1.0", "description": "Provides thread-safe and atomic synchronization objects, and wrappers to easily use web workers with async/await syntax.", "types": "dist/index.d.ts",