Skip to content

Commit 2428c66

Browse files
committed
dev: use npm: prefix in import map for lodash as skypack CDN is failing with error 500
1 parent 91c13a2 commit 2428c66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/import_map.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"uuid/": "jsr:/@std/uuid@1.0.6/",
1616
"https://deno.land/std@0.91.0/path/mod.ts": "jsr:/@std/path@1.0.8",
1717
"https://deno.land/std@0.91.0/path/": "jsr:/@std/path@1.0.8/",
18-
18+
1919
"testing/": "jsr:/@std/testing@0.224.0/",
2020
"flags": "jsr:/@std/flags@0.224.0",
2121
"datetime/": "jsr:/@std/datetime@0.225.4/",
@@ -41,7 +41,7 @@
4141
"dayjs/": "https://cdn.skypack.dev/dayjs@1.8.21/",
4242
"moment-guess": "https://cdn.skypack.dev/moment-guess@1.2.4",
4343
"ansi_up": "https://cdn.skypack.dev/ansi_up@v6.0.2",
44-
"lodash/": "https://cdn.skypack.dev/lodash@4.17.21/",
44+
"lodash/": "npm:/lodash@4.17.21/",
4545
"acorn-class-fields": "https://cdn.skypack.dev/acorn-class-fields@1.0.0",
4646
"acorn/acorn": "https://cdn.skypack.dev/acorn@8.4.0",
4747
"acorn/walk": "https://cdn.skypack.dev/acorn-walk@8.2.0",

0 commit comments

Comments
 (0)