@lexbuild/usc 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.
Files changed (2) hide show
  1. package/README.md +0 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -99,16 +99,6 @@ Each title produces Markdown files with YAML frontmatter. The output structure d
99
99
  | `chapter` | `title-NN/chapter-NN/chapter-NN.md` | `_meta.json` per title, `README.md` per title |
100
100
  | `title` | `title-NN.md` | Enriched frontmatter only (no sidecar files) |
101
101
 
102
- See the [output format specification](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/output-format.md) for details.
103
-
104
- ## Documentation
105
-
106
- - [LexBuild Monorepo](https://github.com/chris-c-thomas/LexBuild)
107
- - [Architecture](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/architecture.md)
108
- - [Output Format](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/output-format.md)
109
- - [XML Element Reference](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/xml-element-reference.md)
110
- - [Extending](https://github.com/chris-c-thomas/LexBuild/blob/main/docs/extending.md)
111
-
112
102
  ## License
113
103
 
114
104
  [MIT](https://github.com/chris-c-thomas/LexBuild/blob/main/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lexbuild/usc",
3
- "version": "1.4.2",
3
+ "version": "1.5.0",
4
4
  "description": "Federal U.S. Code specific element handlers and downloader for LexBuild",
5
5
  "author": "Chris Thomas",
6
6
  "license": "MIT",