Skip to content

Commit

Permalink
fix(build): remove exports for better node compatibility (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler authored Feb 1, 2021
1 parent cfd39ca commit da51445
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
"url": "https://github.com/ricokahler"
},
"sideEffects": false,
"exports": {
".": {
"require": "./dist/index.js"
}
},
"main": "./dist/index.js",
"unpkg": "./dist/index.umd.js",
"module": "./dist/index.module.js",
Expand Down

0 comments on commit da51445

Please sign in to comment.