diff options
| -rw-r--r-- | deno.json | 4 | ||||
| -rw-r--r-- | jsr.json | 6 |
2 files changed, 4 insertions, 6 deletions
@@ -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" -} |
