Skip to content

Commit

Permalink
fix(package.json): migrate aws-sdk types into devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexforsyth committed Nov 2, 2020
1 parent b51e122 commit 50b729a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public enum TypeScriptDependency implements SymbolDependencyContainer {

AWS_SDK_CLIENT_DOCGEN("devDependencies", "@aws-sdk/client-documentation-generator", "1.0.0-rc.0", true),
AWS_SDK_TYPES("dependencies", "@aws-sdk/types", "1.0.0-rc.0", true),
AWS_SDK_TYPES("devDependencies", "@aws-sdk/types", "1.0.0-rc.0", true),
AWS_SMITHY_CLIENT("dependencies", "@aws-sdk/smithy-client", "1.0.0-rc.0", true),
INVALID_DEPENDENCY("dependencies", "@aws-sdk/invalid-dependency", "1.0.0-rc.0", true),
CONFIG_RESOLVER("dependencies", "@aws-sdk/config-resolver", "1.0.0-rc.0", true),
Expand Down

0 comments on commit 50b729a

Please sign in to comment.