Skip to content

Commit

Permalink
fix(circularprogress): 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 7649cb0 commit 42d232d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/circularprogress/package.json
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/css/index.css",
Expand Down

0 comments on commit 42d232d

Please sign in to comment.