Skip to content

Commit 8bb743c

Browse files
fix publish config (#26)
1 parent fd941cb commit 8bb743c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
},
3232
"homepage": "https://github.com/Effect-TS/eslint-plugin",
3333
"description": "A set of ESlint and TypeScript rules to work with Effect",
34-
"tags": [],
34+
"tags": [
35+
"effect"
36+
],
3537
"dependencies": {
3638
"@dprint/formatter": "^0.4.1",
3739
"@dprint/typescript": "^0.91.3",
@@ -78,6 +80,10 @@
7880
"import": "./dist/dist/esm/*.js"
7981
}
8082
},
83+
"publishConfig": {
84+
"access": "public",
85+
"directory": "dist"
86+
},
8187
"effect": {
8288
"generateExports": {
8389
"include": [

0 commit comments

Comments
 (0)