Skip to content

Commit

Permalink
Fix outdated syntax for subpath import
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Sep 11, 2022
1 parent 8f00131 commit 0f54d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"require": "./dist/cjs/index.js"
},
"./package.json": "./package.json",
"./": "./*"
"./*": "./*"
},
"files": [
"dist/",
Expand Down

0 comments on commit 0f54d5d

Please sign in to comment.