chore: merge deno.json & jsr.json

This commit is contained in:
Shibo Lyu 2024-05-04 23:05:42 +08:00
parent 4accd62916
commit 24c6b0769c
2 changed files with 3 additions and 5 deletions

View file

@ -1,4 +1,7 @@
{ {
"name": "@textplace/core",
"version": "0.1.0",
"exports": "./mod.ts",
"imports": { "imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.1" "@deno/dnt": "jsr:@deno/dnt@^0.41.1"
} }

View file

@ -1,5 +0,0 @@
{
"name": "@textplace/core",
"version": "0.1.0",
"exports": "./mod.ts"
}