npmluau
Version:
A utility package to use npm for Luau projects
17 lines (10 loc) • 581 B
Markdown
# Changelog
## Unreleased
- omit default type for generic type parameters when re-exporting types ([#11](https://github.com/seaofvoices/darklua/pull/11))
- upgrade to latest full-moon ([#10](https://github.com/seaofvoices/darklua/pull/10))
- add a `pkg` alias entry to the generated `.luaurc` file in `node_modules` ([#9](https://github.com/seaofvoices/darklua/pull/9))
## 0.1.1
- re-export types in nested blocks ([#6](https://github.com/seaofvoices/darklua/pull/6))
- support scoped packages ([#5](https://github.com/seaofvoices/darklua/pull/5))
## 0.1.0
- Initial version