Skip to content

Commit

Permalink
Merge pull request #259 from adobe/paulkenney/jest-26-compatibility
Browse files Browse the repository at this point in the history
Add 'main' field for compatibility with Jest 26.x
  • Loading branch information
marshallpete authored Apr 22, 2024
2 parents b6333db + 4d422bb commit 9881a14
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 @@ -4,6 +4,7 @@
"description": "Declarative library for composing Spectrum visualizations in React.",
"browser": "./dist/index.js",
"module": "./dist/index.js",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./alpha": "./dist/alpha.js"
Expand Down

0 comments on commit 9881a14

Please sign in to comment.