Skip to content

Commit cab4e06

Browse files
fix: Give jsr the source (#1000)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent ead3e40 commit cab4e06

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

jsr.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,12 @@
33
"version": "4.1.4",
44
"license": "MIT",
55
"exports": {
6-
".": "./dist/browser.js",
6+
".": "./src/browser.ts",
7+
"./browser": "./dist/browser.js",
78
"./node": "./dist/index.js"
89
},
910
"publish": {
10-
"include": [
11-
"LICENSE",
12-
"README.md",
13-
"dist/*.d.ts",
14-
"dist/browser.*",
15-
"dist/index.js"
16-
],
17-
"exclude": [
18-
"!dist"
19-
]
11+
"include": ["LICENSE", "README.md", "src", "dist/*.d.ts", "dist/browser.*", "dist/index.js"],
12+
"exclude": ["!dist"]
2013
}
2114
}

0 commit comments

Comments
 (0)