Skip to content

Commit

Permalink
chore(package.json): add default exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jul 5, 2023
1 parent 17ac0f8 commit 2c26a18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@
"main": "./recommended.js",
"exports": {
".": {
"default": "./recommended.js",
"require": "./recommended.js"
},
"./recommended": {
"default": "./recommended.js",
"require": "./recommended.js"
},
"./moderate": {
"default": "./moderate.js",
"require": "./moderate.js"
}
},
"./package.json": "./package.json"
},
"files": [
"README.md",
Expand Down

0 comments on commit 2c26a18

Please sign in to comment.