Skip to content

Commit

Permalink
build: use export map over string
Browse files Browse the repository at this point in the history
  • Loading branch information
keplersj committed Oct 2, 2021
1 parent 86d5ca8 commit 5882a9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -3,7 +3,9 @@
"version": "0.0.0-development",
"description": "Minimalistic React Component Library",
"type": "module",
"exports": "./dist/index.js",
"exports": {
"import": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand Down

0 comments on commit 5882a9c

Please sign in to comment.