@lexbuild/core 1.4.2 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -89,14 +89,6 @@ import { USLM_NS, XHTML_NS, LEVEL_ELEMENTS, CONTENT_ELEMENTS } from "@lexbuild/c
|
|
|
89
89
|
| `FORMAT_VERSION` | Output format version (`"1.0.0"`) |
|
|
90
90
|
| `GENERATOR` | Generator string for frontmatter |
|
|
91
91
|
|
|
92
|
-
## Documentation
|
|
93
|
-
|
|
94
|
-
- [LexBuild Monorepo](https://github.com/chris-c-thomas/LexBuild)
|
|
95
|
-
- [Architecture](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/architecture.md)
|
|
96
|
-
- [Output Format](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/output-format.md)
|
|
97
|
-
- [XML Element Reference](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/xml-element-reference.md)
|
|
98
|
-
- [Extending](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/extending.md)
|
|
99
|
-
|
|
100
92
|
## License
|
|
101
93
|
|
|
102
94
|
[MIT](https://github.com/chris-c-thomas/LexBuild/blob/main/LICENSE)
|
package/package.json
CHANGED