Skip to content

Commit

Permalink
removing unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhmiller committed Jan 8, 2024
1 parent c28c5bc commit 2be7cf0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
}

0 comments on commit 2be7cf0

Please sign in to comment.