Skip to content

Commit a7f26c3

Browse files
authored
Merge pull request #948 from thefrontside/tm/add-contrib-section
2 parents 60b27e0 + c1622ef commit a7f26c3

File tree

3 files changed

+1530
-1557
lines changed

3 files changed

+1530
-1557
lines changed

www/deno.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@
1818
},
1919
"imports": {
2020
"effection": "https://deno.land/x/[email protected]/mod.ts",
21+
"frontside.com/": "https://raw.githubusercontent.com/thefrontside/frontside.com/a1a8ee949974aaa6c4fbc5359b360535887de9de/",
2122
"revolution": "https://deno.land/x/[email protected]/mod.ts",
2223
"revolution/jsx-runtime": "https://deno.land/x/[email protected]/jsx-runtime.ts"
24+
},
25+
"scopes": {
26+
"https://raw.githubusercontent.com/thefrontside/frontside.com/a1a8ee949974aaa6c4fbc5359b360535887de9de/": {
27+
"revolution": "https://deno.land/x/[email protected]/mod.ts",
28+
"revolution/jsx-runtime": "https://deno.land/x/[email protected]/jsx-runtime.ts"
29+
}
2330
}
2431
}

0 commit comments

Comments
 (0)