Skip to content

Commit b411844

Browse files
committed
feat!: remove jsr support
JSR doesn't support pnpm catalogs, and i don't see that much value in supporting jsr, since deno can install packages from npm.
1 parent 0b246dd commit b411844

File tree

3 files changed

+0
-37
lines changed

3 files changed

+0
-37
lines changed

.github/workflows/release.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,5 @@ jobs:
4242
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4343
NPM_CONFIG_PROVENANCE: true
4444

45-
- name: publish to jsr
46-
run: npx jsr publish --allow-dirty
47-
4845
- name: print dirty files
4946
run: git status --porcelain

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,6 @@ YAMLPlugin({
200200
```
201201
### TypeScript
202202

203-
> [!IMPORTANT]
204-
> If you are using JSR, you need to copy the `yaml.d.ts` file into your project.
205-
> jsr doesn't support augmentation on global types.
206-
207203
If you are using TypeScript, you need to add the following to your `tsconfig.json` file:
208204

209205
```json

jsr.json

-30
This file was deleted.

0 commit comments

Comments
 (0)