mirror of https://github.com/n2geoff/um
plain js
This commit is contained in:
parent
e2c4f921a9
commit
797b4b6aa0
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@n2geoff/um",
|
"name": "@n2geoff/um",
|
||||||
"version": "0.4.1",
|
"version": "0.4.1",
|
||||||
"exports": "./mod.ts",
|
"exports": "./index.js",
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"dev": "deno run --watch mod.ts",
|
"dev": "deno run --watch mod.ts",
|
||||||
"format": "deno run -A npm:rollup mod.ts --file dist/um.js --format esm",
|
"format": "deno run -A npm:rollup mod.ts --file dist/um.js --format esm",
|
||||||
|
|
Loading…
Reference in New Issue