Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 7ce9c53

Browse files
author
Je
committed
fix: fix terser using 5.3.2
(5.3.3 or up deps a wasm that can NOT load by deno)
1 parent 5e814cf commit 7ce9c53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import marked from 'https://esm.sh/[email protected]'
2-
import { minify } from 'https://esm.sh/[email protected]'
3-
import { safeLoadFront } from 'https://esm.sh/[email protected]'
1+
import marked from 'https://esm.sh/[email protected].0'
2+
import { minify } from 'https://esm.sh/[email protected].2'
3+
import { safeLoadFront } from 'https://esm.sh/[email protected].0'
44
import { AlephAPIRequest, AlephAPIResponse } from './api.ts'
55
import { EventEmitter } from './events.ts'
66
import { createHtml } from './html.ts'

0 commit comments

Comments
 (0)