mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-16 12:22:35 +00:00
fix: Consolidate package metadata into deno.json
This commit is contained in:
parent
b51545ab39
commit
78898cc90b
2 changed files with 6 additions and 7 deletions
|
|
@ -1,5 +1,11 @@
|
||||||
{
|
{
|
||||||
|
"name": "@textplace/core",
|
||||||
|
"version": "0.5.0",
|
||||||
|
"exports": "./src/mod.ts",
|
||||||
"imports": {
|
"imports": {
|
||||||
"@std/cli": "jsr:@std/cli@1"
|
"@std/cli": "jsr:@std/cli@1"
|
||||||
|
},
|
||||||
|
"publish": {
|
||||||
|
"include": ["src/**/*.ts", "LICENSE", "README.md"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
7
jsr.json
7
jsr.json
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
|
||||||
"name": "@textplace/core",
|
|
||||||
"version": "0.5.0",
|
|
||||||
"exports": "./src/mod.ts",
|
|
||||||
"include": ["src/**/*.ts", "LICENSE", "README.md"]
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue