Skip to content

Commit

Permalink
🔧 mark the dynamodb and mongodb peer-dependencies as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
drieshooghe committed Oct 1, 2022
1 parent 553b517 commit 4f6fcbf
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@
"reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0"
},
"peerDependenciesMeta": {
"@aws-sdk/client-dynamodb": {
"optional": true
},
"@aws-sdk/util-dynamodb": {
"optional": true
},
"mongodb": {
"optional": true
}
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "3.181.0",
"@aws-sdk/util-dynamodb": "3.181.0",
Expand All @@ -60,4 +71,4 @@
"type": "git",
"url": "https://github.com/ocoda/event-sourcing"
}
}
}

0 comments on commit 4f6fcbf

Please sign in to comment.