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" {
|
||||
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>"]
|
||||
edition "2026"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
el-platform "1.0"
|
||||
el-style "1.0"
|
||||
el-layout "1.0"
|
||||
}
|
||||
|
||||
build {
|
||||
|
||||
Reference in New Issue
Block a user