Skip to content

Commit 95936fb

Browse files
committed
Switch to upstream fastserial/lite3 instead of fork
1 parent fba307b commit 95936fb

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "deps/lite3"]
22
path = deps/lite3
3-
url = https://github.com/jaydeebee/lite3.git
3+
url = https://github.com/fastserial/lite3.git

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ const rawBuffer = proxy[$buffer];
136136

137137
Unsupported types (functions, undefined, symbols) are silently skipped during encoding.
138138

139-
## Dependencies
140-
141-
This addon uses a [forked version](https://github.com/jaydeebee/lite3) of the lite3 library as a git submodule. I hope to resolve this and use the canonical version from [fastserial/lite3](https://github.com/fastserial/lite3) in the future.
142-
143139
## License
144140

145141
MIT
@@ -150,4 +146,4 @@ Contributions are welcome.
150146

151147
- Open a pull request for bug fixes and minor improvements
152148
- Use [Angular commit message conventions](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit) (e.g., `feat:`, `fix:`, `docs:`)
153-
- For significant or invasive changes, please open an issue first to discuss the approach
149+
- For significant or invasive changes, please open an issue first to discuss the approach

0 commit comments

Comments
 (0)