Skip to content

Commit

Permalink
Merge pull request #900 from chromaui/yann/add-package-json-entry
Browse files Browse the repository at this point in the history
Add "package.json" to exports map
  • Loading branch information
ghengeveld authored Jan 25, 2024
2 parents 2aeadd2 + f7212e5 commit f2b61d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"types": "./isChromatic.d.ts",
"require": "./isChromatic.js",
"import": "./isChromatic.mjs"
}
},
"./package.json": "./package.json"
},
"main": "isChromatic.js",
"module": "isChromatic.mjs",
Expand Down

0 comments on commit f2b61d1

Please sign in to comment.