Skip to content

Commit

Permalink
Fix(prettier-config): Add missing entrypoint for CommonJS
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Aug 15, 2024
1 parent 09d1edb commit 15a191d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/prettier-config-spirit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"directory": "configs/prettier-config-spirit"
},
"type": "module",
"main": "./index.js",
"module": "./index.js",
"dependencies": {
"@lmc-eu/prettier-config": "2.0.0",
Expand Down

0 comments on commit 15a191d

Please sign in to comment.