From 81c5a5cbf74e1987c20a48d6e4c1e6448c2b3ccd Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Thu, 23 Jan 2020 12:33:49 +0100 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d9d8484d..b6dc6e93 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/pioardi/node-thread-pool.git" + "url": "git+https://github.com/pioardi/poolifier.git" }, "keywords": [ "node", @@ -34,9 +34,9 @@ "author": "pioardi", "license": "MIT", "bugs": { - "url": "https://github.com/pioardi/node-thread-pool/issues" + "url": "https://github.com/pioardi/poolifier/issues" }, - "homepage": "https://github.com/pioardi/node-thread-pool#readme", + "homepage": "https://github.com/pioardi/poolifier#readme", "devDependencies": { "benchmark": "^2.1.4", "coveralls": "^3.0.9", -- 2.34.1