Skip to content

Commit eeadc62

Browse files
committed
Remove garbage from jsr
1 parent ab1a390 commit eeadc62

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

jsr.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"name": "@paulmillr/readdirp",
33
"version": "4.1.0-beta",
4-
"license": "MIT",
5-
"exports": "./index.ts"
4+
"exports": "./index.ts",
5+
"publish": {
6+
"include": [
7+
"index.ts",
8+
"jsr.json",
9+
"LICENSE",
10+
"README.md"
11+
]
12+
},
13+
"license": "MIT"
614
}

0 commit comments

Comments
 (0)