Skip to content

Commit d58827e

Browse files
authored
chore(fastly): don't publish to JSR (#796)
This PR removes the `jsr.json` file which should [prevent us from attempting to publish to JSR](https://github.com/launchdarkly/js-core/blob/259ce323a10aa1d129e018197ae32d1bbf005a37/scripts/publish-jsr.sh#L2-L3). I am removing this because the [JSR is not accepting the `fastly:kv-store` declaration](https://github.com/launchdarkly/js-core/actions/runs/13772275771/job/38513454164). Publishing to `npm` should be sufficient anyway.
1 parent a9d2ca3 commit d58827e

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

packages/sdk/fastly/jsr.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

release-please-config.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
},
2323
"packages/sdk/fastly": {
2424
"extra-files": [
25-
{
26-
"type": "json",
27-
"path": "jsr.json",
28-
"jsonpath": "$.version"
29-
},
3025
{
3126
"type": "json",
3227
"path": "example/package.json",

0 commit comments

Comments
 (0)