Skip to content

Commit

Permalink
fix: Point require export to main.js (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: Trygve Lie <trygve.lie@finn.no>
  • Loading branch information
trygve-lie and Trygve Lie authored Apr 27, 2021
1 parent 94eb903 commit 1438ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"main": "./dist/main.js",
"exports": {
"require": "./dist/validate.js",
"require": "./dist/main.js",
"import": "./lib/main.js"
},
"types": "index.d.ts",
Expand Down

0 comments on commit 1438ee6

Please sign in to comment.