Skip to content

Commit f96c211

Browse files
committed
Remove JSR file from PR.
1 parent 421b0b5 commit f96c211

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

packages/sdk/cloudflare/jsr.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
"version": "2.6.0",
44
"exports": "./src/index.ts",
55
"publish": {
6-
"include": ["LICENSE", "README.md", "package.json", "jsr.json", "src/**/*.ts"],
7-
"exclude": ["src/**/*.test.ts"]
6+
"include": [
7+
"LICENSE",
8+
"README.md",
9+
"package.json",
10+
"jsr.json",
11+
"src/**/*.ts"
12+
],
13+
"exclude": [
14+
"src/**/*.test.ts"
15+
]
816
}
917
}

0 commit comments

Comments
 (0)