Skip to content

Commit

Permalink
fix: package.json for exporting lib (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leask committed Jan 31, 2023
1 parent 8ff67a7 commit f63c09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"node": ">=12.20.0"
},
"exports": {
"import": "./lib/index.js"
"import": "./index.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f63c09a

Please sign in to comment.