summaryrefslogtreecommitdiff
path: root/jsr.json
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-04-18 18:48:20 +0300
committerAsko Nõmm <asko@nmm.ee>2025-04-18 18:48:20 +0300
commit3014ce30b733d16cbf79f8e066a30db245e6c59d (patch)
treee4a808d58aebbe4c7da31d9ae8a2ffc4b189ce7c /jsr.json
parentdd6adf7febf45aa72e9754f13059d40648114027 (diff)
Refactor to use Deno for everything.
Diffstat (limited to 'jsr.json')
-rw-r--r--jsr.json4
1 files changed, 2 insertions, 2 deletions
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"
}