s/htmt/html/
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
3 | "type": "module", | 3 | "type": "module", |
4 | "exports": { | 4 | "exports": { |
5 | "./astro": "./lib/astro.ts", | 5 | "./astro": "./lib/astro.ts", |
6 | "./htmt": "./lib/html.ts", | 6 | "./html": "./lib/html.ts", |
7 | "./remote-content": "./lib/remote-content.ts" | 7 | "./remote-content": "./lib/remote-content.ts" |
8 | }, | 8 | }, |
9 | "scripts": { | 9 | "scripts": { | ... | ... |
-
Please register or sign in to post a comment