Skip to content

Commit

Permalink
fix: issue with wrong path in package.json "exports" field
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Jan 30, 2022
1 parent 664cac9 commit 70f5b8d
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 @@ -28,7 +28,7 @@
"library"
],
"type": "module",
"exports": "dist/index.js",
"exports": "./dist/index.js",
"sideEffects": false,
"files": [
"/dist"
Expand Down

0 comments on commit 70f5b8d

Please sign in to comment.