Skip to content

Commit

Permalink
Merge pull request #232 from alexforsyth/alexforsyth/migrate-types-de…
Browse files Browse the repository at this point in the history
…vDep

fix(package.json): migrate @aws-sdk/types into devDependencies for codegen
  • Loading branch information
alexforsyth authored Nov 5, 2020
2 parents aedb486 + 50b729a commit 88a7521
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 88a7521

Please sign in to comment.