Skip to content

Commit 5e3a147

Browse files
committed
chore: remove slow types for jsr
1 parent 83a1f37 commit 5e3a147

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

jsr.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
{
22
"name": "@pubm/pubm",
33
"version": "0.0.3",
4-
"exports": "./dist/index.js",
4+
"exports": "./src/index.ts",
55
"publish": {
6-
"include": [
7-
"dist/index.js",
8-
"dist/index.d.ts",
9-
"bin/cli.js",
10-
"README.md",
11-
"jsr.json",
12-
"LICENSE"
13-
]
6+
"include": ["README.md", "jsr.json", "LICENSE"]
147
}
158
}

0 commit comments

Comments
 (0)