Skip to content

Commit

Permalink
Export package.json path (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Jul 18, 2022
1 parent 30ffed0 commit f94b456
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Expand Up @@ -12,10 +12,13 @@
"node": "^12.20.0 || ^14.13.0 || >=16.0.0"
},
"exports": {
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js",
"types": "./dist/src/index.d.ts"
".": {
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js",
"types": "./dist/src/index.d.ts"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsc --build",
Expand Down

0 comments on commit f94b456

Please sign in to comment.