Skip to content

Commit

Permalink
fix(carousel): properly order the conditional exports in package
Browse files Browse the repository at this point in the history
  • Loading branch information
jaketrent committed Apr 14, 2021
1 parent a888373 commit d4de3c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"test:watch": "yarn test --watchAll"
},
"exports": {
"default": "./dist/cjs/index.js",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js",
"node": "./dist/cjs/index.js",
"require": "./dist/cjs/index.js"
"default": "./dist/cjs/index.js"
},
"gitHead": "7418883d96a76c59a99f86c2b16516ec752bf913",
"sideEffects": false,
Expand Down

0 comments on commit d4de3c8

Please sign in to comment.