Skip to content

Commit

Permalink
fix(checkbox): 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 d4de3c8 commit 7649cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,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"
},
"sideEffects": false,
"style": "dist/index.css",
Expand Down

0 comments on commit 7649cb0

Please sign in to comment.