From 13d3c534ed6e5f2f99d274a754ab264bad18eb21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramirez=20Vargas=2C=20Jos=C3=A9=20Pablo?= Date: Sat, 24 Aug 2024 10:42:26 -0600 Subject: [PATCH] fix: Correct package name --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",