This commit is contained in:
Geoff Doty 2024-05-22 14:36:26 -04:00
parent e2c4f921a9
commit 797b4b6aa0
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@n2geoff/um",
"version": "0.4.1",
"exports": "./mod.ts",
"exports": "./index.js",
"tasks": {
"dev": "deno run --watch mod.ts",
"format": "deno run -A npm:rollup mod.ts --file dist/um.js --format esm",

View File