Skip to content

Commit

Permalink
fixup! Stop using rollup-plugin-mjs-entry
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Oct 27, 2023
1 parent c5a06f7 commit b2abf4d
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 @@ -21,11 +21,11 @@
"exports": {
".": {
"import": {
"types": "./src/index.d.ts",
"types": "./lib/src/index.d.ts",
"default": "./lib/rfc4648.js"
},
"require": {
"types": "./src/index.d.ts",
"types": "./lib/src/index.d.ts",
"default": "./lib/cjs/rfc4648.js"
}
},
Expand Down

0 comments on commit b2abf4d

Please sign in to comment.