This repository was archived by the owner on Jul 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ export default async function (nameArg?: string) {
60
60
const importMap = {
61
61
imports : {
62
62
'~/' : './' ,
63
+ 'aleph/' : `https://deno.land/x/aleph@v${ VERSION } /` ,
63
64
'framework' : `https://deno.land/x/aleph@v${ VERSION } /framework/core/mod.ts` ,
64
65
'framework:react' : `https://deno.land/x/aleph@v${ VERSION } /framework/react/mod.ts` ,
65
66
'react' : `https://esm.sh/react@${ defaultReactVersion } ` ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"imports" : {
3
+ "aleph/" : " https://deno.land/x/aleph@v0.3.0-alpha.21/" ,
3
4
"framework" : " https://deno.land/x/aleph@v0.3.0-alpha.21/framework/core/mod.ts" ,
4
5
"framework:react" : " https://deno.land/x/aleph@v0.3.0-alpha.21/framework/react/mod.ts" ,
5
6
"react" : " https://esm.sh/react@17.0.1" ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export async function prepublish(version: string) {
14
14
const data = await Deno . readTextFile ( './import_map.json' )
15
15
const importMap = JSON . parse ( data )
16
16
Object . assign ( importMap . imports , {
17
+ 'aleph/' : `https://deno.land/x/aleph@v${ version } /` ,
17
18
'framework' : `https://deno.land/x/aleph@v${ version } /framework/core/mod.ts` ,
18
19
'framework:react' : `https://deno.land/x/aleph@v${ version } /framework/react/mod.ts` ,
19
20
'react' : `https://esm.sh/react@${ defaultReactVersion } ` ,
You can’t perform that action at this time.
0 commit comments