From d36b321f7d75d05def9d90d5181afa6d0e720c82 Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Mon, 20 Jan 2020 19:21:07 +0100 Subject: [PATCH 1/1] Update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index cfe41cbf..7589cc62 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "node-pool.", + "name": "node-thread-pool", "version": "0.0.1", "description": "Library on top of node js worker threads that implement various worker pools type", "main": "index.js", @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/pioardi/node-pool.git" + "url": "git+https://github.com/pioardi/node-thread-pool.git" }, "keywords": [ "node", @@ -33,9 +33,9 @@ "author": "pioardi", "license": "MIT", "bugs": { - "url": "https://github.com/pioardi/node-pool/issues" + "url": "https://github.com/pioardi/node-thread-pool/issues" }, - "homepage": "https://github.com/pioardi/node-pool#readme", + "homepage": "https://github.com/pioardi/node-thread-pool#readme", "dependencies": { "uuid": "^3.4.0" }, -- 2.34.1