Skip to content

Commit

Permalink
Add transitive dependencies to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Mar 13, 2024
1 parent 4efbf7a commit 85db1fe
Show file tree
Hide file tree
Showing 2 changed files with 1,955 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@ class ModuleGenerator extends FormatGenerator<string[]> {
await this.exportModuleImportTS(girModule)
await this.exportModuleImportJS(girModule)

const pkg = new NpmPackage(this.config, this.dependencyManager, girModule, girModule.dependencies)
const pkg = new NpmPackage(this.config, this.dependencyManager, girModule, girModule.transitiveDependencies)

await pkg.exportNPMPackage()
}
Expand Down
Loading

0 comments on commit 85db1fe

Please sign in to comment.