Skip to content

Commit

Permalink
change url name
Browse files Browse the repository at this point in the history
  • Loading branch information
pshaddel committed Apr 23, 2021
1 parent 9d3aeb5 commit eee1186
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "express-ts-sequelize-boilerplate",
"name": "ts-express-prisma-rest",
"version": "1.0.0",
"description": "A boilerplate for express app using relational database and sequelize",
"main": "index.js",
Expand All @@ -12,15 +12,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/pshaddel/express-ts-sequelize-boilerplate.git"
"url": "git+https://github.com/pshaddel/ts-express-prisma-rest.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pshaddel/express-ts-sequelize-boilerplate/issues"
"url": "https://github.com/pshaddel/ts-express-prisma-rest/issues"
},
"homepage": "https://github.com/pshaddel/express-ts-sequelize-boilerplate#readme",
"homepage": "https://github.com/pshaddel/ts-express-prisma-rest#readme",
"dependencies": {
"@prisma/client": "^2.21.2",
"cors": "^2.8.5",
Expand Down

0 comments on commit eee1186

Please sign in to comment.