std/html/deno.json
Asher Gomez 4f1826d906
BREAKING(html/unstable): move is-valid-custom-element-name module to unstable-is-valid-custom-element-name (#5948)
* BREAKING(html/unstable): move `is-valid-custom-element-name` module to `unstable-is-valid-custom-element-name`

* fix
2024-09-12 13:02:20 +09:00

11 lines
276 B
JSON

{
"name": "@std/html",
"version": "1.0.2",
"exports": {
".": "./mod.ts",
"./entities": "./entities.ts",
"./unstable-is-valid-custom-element-name": "./unstable_is_valid_custom_element_name.ts",
"./named-entity-list.json": "./named_entity_list.json"
}
}