summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-04-18 18:50:14 +0300
committerAsko Nõmm <asko@nmm.ee>2025-04-18 18:50:14 +0300
commit73949f435c6987e0f48149e4d87822c7024511f7 (patch)
treeab59ef4419e490446f55618901beca8fd37c377f
parent3014ce30b733d16cbf79f8e066a30db245e6c59d (diff)
Move JSR info to deno.json
-rw-r--r--deno.json4
-rw-r--r--jsr.json6
2 files changed, 4 insertions, 6 deletions
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"
-}