Skip to content

Commit cc5c7a5

Browse files
authored
Merge pull request #24 from koddsson/fix-jsr-publishign
Change include to exclude
2 parents 5192b1a + 0406620 commit cc5c7a5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

jsr.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
"version": "0.0.0",
44
"exports": "./index.js",
55
"publish": {
6-
"include": [
7-
"LICENSE",
8-
"README.md",
9-
"rule.js",
10-
"index.js",
11-
"types.ts",
12-
"jsr.json"
13-
]
6+
"exclude": ["tests/"]
147
}
158
}

0 commit comments

Comments
 (0)