Skip to content

Commit

Permalink
fix: optional and peer dependencies (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-goodwin authored Oct 14, 2024
1 parent 9ef1d33 commit 31cf4e5
Show file tree
Hide file tree
Showing 4 changed files with 960 additions and 777 deletions.
14 changes: 7 additions & 7 deletions .projen/deps.json

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

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const project = new typescript.TypeScriptProject({
name: 'typesafe-dynamodb',
typescriptVersion: 'latest',
repository: 'https://github.com/sam-goodwin/typesafe-dynamodb',
deps: [
peerDeps: [
'aws-sdk',
'@aws-sdk/client-dynamodb',
'@aws-sdk/lib-dynamodb',
Expand Down
21 changes: 14 additions & 7 deletions package.json

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

Loading

0 comments on commit 31cf4e5

Please sign in to comment.