Skip to content

Commit

Permalink
chore: expand repo field in pkg json
Browse files Browse the repository at this point in the history
  • Loading branch information
tgallacher committed Dec 3, 2021
1 parent 1dbce44 commit d4245ac
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 @@ -22,7 +22,10 @@
"domain driven design",
"ddd"
],
"repository": "https://github.com/BeameryHQ/ddd-ts",
"repository": {
"type": "git",
"url": "https://github.com/BeameryHQ/ddd-ts"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
Expand Down

0 comments on commit d4245ac

Please sign in to comment.