Skip to content

Commit

Permalink
Remove JSR file from PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 25, 2024
1 parent 421b0b5 commit f96c211
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions packages/sdk/cloudflare/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
"version": "2.6.0",
"exports": "./src/index.ts",
"publish": {
"include": ["LICENSE", "README.md", "package.json", "jsr.json", "src/**/*.ts"],
"exclude": ["src/**/*.test.ts"]
"include": [
"LICENSE",
"README.md",
"package.json",
"jsr.json",
"src/**/*.ts"
],
"exclude": [
"src/**/*.test.ts"
]
}
}

0 comments on commit f96c211

Please sign in to comment.