Skip to content

Commit

Permalink
fix: add exports to package.json (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Apr 26, 2024
1 parent b705ea6 commit 39b45d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "ESLint plugin for Astro component",
"main": "lib/index.js",
"module": "lib/index.mjs",
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.js"
},
"./package.json": "./package.json"
},
"files": [
"lib"
],
Expand Down

0 comments on commit 39b45d4

Please sign in to comment.