From bb69fecdae40f617b9b75b1f204b78151e6ceb54 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Fri, 18 Apr 2025 17:27:52 +0300 Subject: Add JSR support --- jsr.json | 6 ++++++ mod.ts | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 jsr.json create mode 100644 mod.ts diff --git a/jsr.json b/jsr.json new file mode 100644 index 0000000..de44adc --- /dev/null +++ b/jsr.json @@ -0,0 +1,6 @@ +{ + "name": "@shapex/shapex", + "version": "1.0.10", + "license": "MIT", + "exports": "./mod.ts" +} diff --git a/mod.ts b/mod.ts new file mode 100644 index 0000000..11c87dd --- /dev/null +++ b/mod.ts @@ -0,0 +1,3 @@ +import ShapeX from "./src/shapex.ts"; + +export default ShapeX; -- cgit v1.2.3