Skip to content

Commit

Permalink
fix(linter): let -> const
Browse files Browse the repository at this point in the history
  • Loading branch information
floydspace committed Sep 3, 2021
1 parent fc10344 commit 3551f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pack-externals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function getProdModules(
const modulePackage = modulePackagePath ? require(modulePackagePath) : {};

// Get version
let moduleVersion =
const moduleVersion =
packageJson.dependencies[externalModule.external] || modulePackage.version;

// add dep with version if we have it - versionless otherwise
Expand Down

0 comments on commit 3551f79

Please sign in to comment.