From 3014ce30b733d16cbf79f8e066a30db245e6c59d Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Fri, 18 Apr 2025 18:48:20 +0300 Subject: Refactor to use Deno for everything. --- jsr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jsr.json') diff --git a/jsr.json b/jsr.json index de44adc..a55c4ed 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@shapex/shapex", - "version": "1.0.10", + "version": "1.0.12", "license": "MIT", - "exports": "./mod.ts" + "exports": "./src/shapex.ts" } -- cgit v1.2.3