5202ad66 by Adam Heath

s/htmt/html/

1 parent 45267211
...@@ -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": {
......