Skip to content

Commit

Permalink
Include types file under conditional exports in package.json (#4)
Browse files Browse the repository at this point in the history
include types file in conditional exports in package manifest
  • Loading branch information
tje committed Jul 26, 2023
1 parent 785ec68 commit ad48482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
],
"types": "dist/hsluv.d.ts",
"exports": {
"types": "./dist/hsluv.d.ts",
"import": "./dist/esm/hsluv.js",
"require": "./dist/cjs/hsluv.js"
},
Expand Down

0 comments on commit ad48482

Please sign in to comment.