Skip to content

Commit

Permalink
update for ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Dec 25, 2021
1 parent e37d469 commit 43c2d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/lib/hashing-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ function hashString(inputString) {
return Math.abs(h).toString();
}

module.exports = {
export {
hashString
};

0 comments on commit 43c2d75

Please sign in to comment.