Skip to content

Commit

Permalink
Update pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
uosyph committed Oct 8, 2022
1 parent c52e215 commit e880b4d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion app-api/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<a name="readme-top"></a>

<h1 align="center">
Storefront-Backend
E-Commerce API
</h1>

<p align="center">
Udacity NANODEGREE Program - ( Second Project )
<br>
Marketplace backend for users to signup/login, view/create products, and make orders.
<br>
(A Node.js API connected to a PostgreSQL database.)
<br>
- By : Yousef Saeed -
</p>
Expand Down
4 changes: 2 additions & 2 deletions app-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions app-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "storefront-backend",
"name": "ecommerce-api",
"version": "1.0.0",
"description": "Storefront-Backend",
"description": "ecommerce-api",
"main": "dist/server.js",
"scripts": {
"prettier": "prettier --config .prettierrc 'src/**/*.ts' --write",
Expand All @@ -17,14 +17,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/yousafesaeed/storefront-backend.git"
"url": "git+https://github.com/yousafesaeed/ecommerce-api.git"
},
"author": "Yousef Saeed",
"license": "ISC",
"bugs": {
"url": "https://github.com/yousafesaeed/storefront-backend/issues"
"url": "https://github.com/yousafesaeed/ecommerce-api/issues"
},
"homepage": "https://github.com/yousafesaeed/storefront-backend#readme",
"homepage": "https://github.com/yousafesaeed/ecommerce-api#readme",
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/body-parser": "^1.19.2",
Expand Down

0 comments on commit e880b4d

Please sign in to comment.