Skip to content

Commit

Permalink
Merge pull request #49 from octoml/agrieger/move-dev-deps
Browse files Browse the repository at this point in the history
fix: move mock libraries to dev deps
  • Loading branch information
adamgrieger committed May 24, 2024
2 parents 69a659a + af4267f commit 389b676
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fern/apis/api/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ groups:
includeApiReference: true
extraDependencies:
'@aws-sdk/client-s3': '^3.540.0'
extraDevDependencies:
'aws-sdk-client-mock': '^4.0.0'
'aws-sdk-client-mock-jest': '^4.0.0'
smart-casing: true
Expand All @@ -73,6 +74,7 @@ groups:
includeApiReference: true
extraDependencies:
'@aws-sdk/client-s3': '^3.540.0'
extraDevDependencies:
'aws-sdk-client-mock': '^4.0.0'
'aws-sdk-client-mock-jest': '^4.0.0'
smart-casing: true

0 comments on commit 389b676

Please sign in to comment.