Skip to content

Commit

Permalink
fix publish config (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiamanzati authored Feb 5, 2025
1 parent fd941cb commit 8bb743c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
},
"homepage": "https://github.com/Effect-TS/eslint-plugin",
"description": "A set of ESlint and TypeScript rules to work with Effect",
"tags": [],
"tags": [
"effect"
],
"dependencies": {
"@dprint/formatter": "^0.4.1",
"@dprint/typescript": "^0.91.3",
Expand Down Expand Up @@ -78,6 +80,10 @@
"import": "./dist/dist/esm/*.js"
}
},
"publishConfig": {
"access": "public",
"directory": "dist"
},
"effect": {
"generateExports": {
"include": [
Expand Down

0 comments on commit 8bb743c

Please sign in to comment.