Skip to content

Commit

Permalink
fix(form): 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 fe1efe8 commit beb857d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/form/package.json
Expand Up @@ -25,10 +25,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 beb857d

Please sign in to comment.