mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-18 05:02:36 +00:00
fix: Strip JSR deps before publishing and add deno.json
JSR itself does not accept 'jsr:' dependencies in package.json, remove them in the publish workflow before publishing. Add $schema to jsr.json.
This commit is contained in:
parent
34e710f036
commit
b51545ab39
3 changed files with 22 additions and 0 deletions
1
jsr.json
1
jsr.json
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
||||
"name": "@textplace/core",
|
||||
"version": "0.5.0",
|
||||
"exports": "./src/mod.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue