Skip to content

Commit

Permalink
update for ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Feb 19, 2022
1 parent 4b2c483 commit bfce7ce
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 bfce7ce

Please sign in to comment.