Skip to content

Commit

Permalink
fix: package imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Sep 11, 2021
1 parent 339bad3 commit 8ee1eea
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 @@ -20,7 +20,7 @@
"type": "module",
"imports": {
"#core/*": "@softvisio/core/*",
"#lib/*": "lib/*.js"
"#lib/*": "./lib/*.js"
},
"exports": {
".": "./lib/index.js",
Expand Down

0 comments on commit 8ee1eea

Please sign in to comment.