fix(el-html): tighten manifest — correct description, remove unused dependencies
el-html is a standalone atomic emit layer; it has no runtime dependency on el-style or el-layout (those vessels depend on el-html for SSR, not the other way around).
This commit is contained in:
@@ -1,14 +1,12 @@
|
|||||||
vessel "el-html" {
|
vessel "el-html" {
|
||||||
version "0.1.0"
|
version "0.1.0"
|
||||||
description "HTML generation and templating vessel for el-ui"
|
description "Atomic HTML emit primitives — server-side rendering building blocks"
|
||||||
authors ["Will Anderson <will@neurontechnologies.ai>"]
|
authors ["Will Anderson <will@neurontechnologies.ai>"]
|
||||||
edition "2026"
|
edition "2026"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
el-platform "1.0"
|
el-platform "1.0"
|
||||||
el-style "1.0"
|
|
||||||
el-layout "1.0"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build {
|
build {
|
||||||
|
|||||||
Reference in New Issue
Block a user