Skip to content

Commit

Permalink
docs(package.json): update email and bugs url
Browse files Browse the repository at this point in the history
update email and bugs url in package.json
  • Loading branch information
saisilinus committed Oct 17, 2022
1 parent e6121f4 commit f51b5ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"description": "Node express mongoose typescript boilerplate",
"main": "dist/index.js",
"repository": "https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate.git",
"author": "wafula saisi <[email protected]>",
"bugs": {
"url": "https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/issues"
},
"author": "wafula saisi <[email protected]>",
"license": "MIT",
"type": "module",
"engines": {
Expand Down

0 comments on commit f51b5ac

Please sign in to comment.