Skip to content

Commit

Permalink
Revert "fix: add exports to package.json (#364)" (#365)
Browse files Browse the repository at this point in the history
This reverts commit 39b45d4.
  • Loading branch information
ota-meshi committed Apr 26, 2024
1 parent 39b45d4 commit b067923
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
"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 b067923

Please sign in to comment.