From 08171caf8e54143510952ce917fdf668452ae61b Mon Sep 17 00:00:00 2001 From: njwaterworks <137380888+njwaterworks@users.noreply.github.com> Date: Thu, 22 Jun 2023 07:24:10 +0000 Subject: [PATCH] Update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index df8fc9c760..59822f519d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "starter-express-api", + "name": "njwaterworks", "version": "1.0.0", "description": "", "main": "index.js", @@ -8,14 +8,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/cyclic-software/starter-express-api.git" + "url": "git+https://github.com/njwaterworks/njwaterworks.git" }, "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/cyclic-software/starter-express-api/issues" + "url": "https://github.com/njwaterworks/njwaterworks/issues" }, - "homepage": "https://github.com/cyclic-software/starter-express-api#readme", + "homepage": "https://github.com/njwaterworks/njwaterworks#readme", "dependencies": { "express": "^4.18.2" }