DavidTanner / nodecredstash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You should install aws-sdk as a peerDependency

grvcoelho opened this issue · comments

You should define aws-sdk as a peerDependency, to avoid conflicts with projects already using aws-sdk.

There shouldn't be any conflicts. nodecredstash doesn't attach anything to the existing aws-sdk library, and is not meant to work as a plugin, which is what peerDependencies are for.