Skip to content

Commit

Permalink
Don't export object as default, to increase compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
WesCossick committed Feb 25, 2021
1 parent ef981a3 commit 63be5bb
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 63be5bb

Please sign in to comment.