Skip to content

Commit

Permalink
Set package.json type to "module"
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed May 21, 2024
1 parent 5101126 commit e69e436
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js → .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ module.exports = {
],

ignorePatterns: [
'!.eslintrc.js',
'!.prettierrc.js',
'!.eslintrc.cjs',
'!.prettierrc.cjs',
'dist/',
'docs/',
'.yarn/',
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
},
"license": "MIT",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": {
Expand Down

0 comments on commit e69e436

Please sign in to comment.