Skip to content

Commit

Permalink
chore(core-styles): add missing const
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Jun 23, 2022
1 parent 504b4bb commit 76c87b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core-styles/src/bin/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function config(customConfigFiles = [], cssVersion) {
newJson = getConfigObject(nextFile);
configObjects.push(newJson);
});
mergedJson = merge(...configObjects);
const mergedJson = merge(...configObjects);

// Update version property
const updatedJson = updateVersion(mergedJson, cssVersion);
Expand Down

0 comments on commit 76c87b5

Please sign in to comment.