diff --git a/package-lock.json b/package-lock.json index 52f8b2d..560c63a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wjfe/async-workers", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wjfe/async-workers", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "devDependencies": { "publint": "^0.2.10", diff --git a/package.json b/package.json index bab6c50..b0ee9d8 100644 --- a/package.json +++ b/package.json @@ -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", @@ -20,15 +20,15 @@ "import": "./dist/index.js" } }, - "repository": { - "type": "git", - "url": "git+https://github.com/WJSoftware/wjfe-async-workers.git" - }, - "author": { - "email": "webJose@gmail.com", - "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": "webJose@gmail.com", + "name": "José Pablo Ramírez Vargas" + }, + "homepage": "https://wjsoftware.github.io/wjfe-async-workers/", "license": "MIT", "devDependencies": { "publint": "^0.2.10",