5202ad66 by Adam Heath

s/htmt/html/

1 parent 45267211
......@@ -3,7 +3,7 @@
"type": "module",
"exports": {
"./astro": "./lib/astro.ts",
"./htmt": "./lib/html.ts",
"./html": "./lib/html.ts",
"./remote-content": "./lib/remote-content.ts"
},
"scripts": {
......