Skip to content

Commit

Permalink
chore: fix types for main import
Browse files Browse the repository at this point in the history
(cherry picked from commit d75ed21)
  • Loading branch information
quantizor authored and ethriel3695 committed May 14, 2024
1 parent 1d322d0 commit 01c3037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"exports": {
".": {
"types": "./dist/node.d.ts",
"types": "./isChromatic.d.ts",
"require": "./isChromatic.js",
"import": "./isChromatic.mjs"
},
Expand Down

0 comments on commit 01c3037

Please sign in to comment.