Skip to content

Commit

Permalink
fix(build): fix typo in package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Jun 5, 2022
1 parent 74a9479 commit 832ea58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"exports": {
".": {
"require": "./lib/index.cjs",
"import": "./lib/index.module.js"
"require": "./lib/resolver.cjs",
"import": "./lib/resolver.module.js"
}
},
"sideEffects": false,
Expand Down

0 comments on commit 832ea58

Please sign in to comment.