Closed grvcoelho closed 7 years ago
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.
You should define aws-sdk as a peerDependency, to avoid conflicts with projects already using aws-sdk.