Skip to content

Commit

Permalink
fix: correctly export common variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jun 4, 2024
1 parent b9a7b93 commit aa41d22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/common.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export default versionRegex = /(VERSION\s*=\s*['"])(?:(?!"|').)*(['"])/;
export const versionRegex = /(VERSION\s*=\s*['"])(?:(?!"|').)*(['"])/;
export default { versionRegex };

0 comments on commit aa41d22

Please sign in to comment.