Skip to content

Commit

Permalink
Merge pull request #38 from sparksuite/fix-exporting
Browse files Browse the repository at this point in the history
Don't export object as default, to increase compatibility
  • Loading branch information
WesCossick authored Feb 25, 2021
2 parents ef981a3 + 63be5bb commit 7faaf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ const cssValidator = {
validateText,
};

export default cssValidator;
export = cssValidator;

0 comments on commit 7faaf04

Please sign in to comment.