Skip to content

Commit

Permalink
Adding github repo to the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanb committed Nov 22, 2023
1 parent 5b9b94d commit 1f63225
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
"exports": {
".": "./dist/index.mjs"
},
"author": "Nathan Bridgewater",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/IWSLLC/mongodb-express-session.git"
},
"author": "Nathan Bridgewater",
"license": "BSD-3-Clause",
"devDependencies": {
"@types/express-session": "^1.17.10",
Expand Down

0 comments on commit 1f63225

Please sign in to comment.