Skip to content

Commit

Permalink
chore: add repository url to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-goodwin committed Oct 8, 2024
1 parent b340646 commit d0966af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const project = new typescript.TypeScriptProject({
defaultReleaseBranch: 'main',
name: 'typesafe-dynamodb',
typescriptVersion: 'latest',
repository: 'https://github.com/sam-goodwin/typesafe-dynamodb',
deps: [
'aws-sdk',
'@aws-sdk/client-dynamodb',
Expand Down
4 changes: 4 additions & 0 deletions package.json

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

0 comments on commit d0966af

Please sign in to comment.