mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-16 20:32:34 +00:00
JSR itself does not accept 'jsr:' dependencies in package.json, remove them in the publish workflow before publishing. Add $schema to jsr.json.
5 lines
56 B
JSON
5 lines
56 B
JSON
{
|
|
"imports": {
|
|
"@std/cli": "jsr:@std/cli@1"
|
|
}
|
|
}
|