Skip to content

Commit 31cf4e5

Browse files
authored
fix: optional and peer dependencies (#63)
1 parent 9ef1d33 commit 31cf4e5

File tree

4 files changed

+960
-777
lines changed

4 files changed

+960
-777
lines changed

.projen/deps.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const project = new typescript.TypeScriptProject({
44
name: 'typesafe-dynamodb',
55
typescriptVersion: 'latest',
66
repository: 'https://github.com/sam-goodwin/typesafe-dynamodb',
7-
deps: [
7+
peerDeps: [
88
'aws-sdk',
99
'@aws-sdk/client-dynamodb',
1010
'@aws-sdk/lib-dynamodb',

package.json

Lines changed: 14 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)