Skip to content

Commit

Permalink
Adding type module for svelte and deno
Browse files Browse the repository at this point in the history
  • Loading branch information
nshiab committed Nov 14, 2024
1 parent 96a243a commit ca4e631
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup-sda.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1995,9 +1995,6 @@ export default function getTempChange(

if (runtime === "bun") {
packageJson.scripts.sda = "bun --watch sda/main.ts";
} else if (runtime === "deno") {
packageJson.scripts.sda =
"deno run --node-modules-dir=auto -A --watch --check sda/main.ts";
}

if (runtime === "deno") {
Expand Down Expand Up @@ -2283,6 +2280,7 @@ export default function getTempChange(

writeFileSync(".npmrc", "@jsr:registry=https://npm.jsr.io");
const packageJson = {
"type": "module",
"dependencies": {
"@nshiab/journalism": "npm:@jsr/nshiab__journalism@^1.19.1",
"@nshiab/simple-data-analysis":
Expand Down

0 comments on commit ca4e631

Please sign in to comment.