Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Jul 25, 2024
1 parent ebd7a50 commit 6b12b97
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
"version": "1.6.1-0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"exports": {
"./utils": "./dist/utils/"
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./utils": {
"types": "./dist/utils/index.d.ts",
"default": "./dist/utils/index.js"
}
},
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
Expand Down

0 comments on commit 6b12b97

Please sign in to comment.