From 73949f435c6987e0f48149e4d87822c7024511f7 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Fri, 18 Apr 2025 18:50:14 +0300 Subject: Move JSR info to deno.json --- deno.json | 4 ++++ jsr.json | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 jsr.json diff --git a/deno.json b/deno.json index c913fde..49c98e6 100644 --- a/deno.json +++ b/deno.json @@ -1,4 +1,8 @@ { + "name": "@shapex/shapex", + "version": "1.0.12", + "license": "MIT", + "exports": "./src/shapex.ts", "imports": { "@std/assert": "jsr:@std/assert@^1.0.11", "@std/testing": "jsr:@std/testing" diff --git a/jsr.json b/jsr.json deleted file mode 100644 index a55c4ed..0000000 --- a/jsr.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "@shapex/shapex", - "version": "1.0.12", - "license": "MIT", - "exports": "./src/shapex.ts" -} -- cgit v1.2.3