From 2be7cf061557d01a5045d1920403e14bdcb46ebd Mon Sep 17 00:00:00 2001 From: Aaron Miller Date: Mon, 8 Jan 2024 13:22:00 -0800 Subject: [PATCH] removing unused dependency --- app/package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index f355cf5..007f925 100644 --- a/app/package.json +++ b/app/package.json @@ -2,10 +2,9 @@ "dependencies": { "express": "^4.17.2", "pg": "^8.7.1", - "http-cache-semantics": "^4.1.1", "standard": "^16.0.4" }, - "name": "crud-app", + "name": "faafo", "version": "1.0.0", "description": "A simple app to help understand RESTful API design and best practices", "main": "app.js", @@ -15,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/aaronhmiller/crud-app.git" + "url": "git+https://github.com/aaronhmiller/faafo.git" }, "keywords": [ "CRUD", @@ -25,7 +24,7 @@ "author": "Aaron Miller", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/aaronhmiller/crud-app/issues" + "url": "https://github.com/aaronhmiller/faafo/issues" }, - "homepage": "https://github.com/aaronhmiller/crud-app#readme" + "homepage": "https://github.com/aaronhmiller/faafo#readme" }