chiefbiiko / dynamodb

deno <3 dynamodb
MIT License
25 stars 11 forks source link

Move dependencies into a single file deps.ts #5

Closed hayd closed 4 years ago

hayd commented 4 years ago

Specify the version tag for those which offer it.


@chiefbiiko It'd be great if you could tag these other repos of yours so that dynamodb could point to a specific version of them (and they, in turn, would do the same: point to specific version of each of their dependencies).

For larger projects like this, I find the deps.ts is a good model as it keeps the imports in a single place (excluding tests), so makes them more visible and also easier to update.

chiefbiiko commented 4 years ago

Yea for sure, will tag all dependencies in the 🌳