@reliverse/dler 1.6.4 → 1.6.5
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 +1 -0
- package/bin/init/info.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -510,6 +510,7 @@ bun add @reliverse/dler-sdk
|
|
|
510
510
|
- [ ] allow plugins to extend dler's `defineconfig`
|
|
511
511
|
- [ ] support configuration via `.config/rse.{ts,jsonc}`
|
|
512
512
|
- [ ] make config file optional with sensible defaults
|
|
513
|
+
- [ ] use [@reliverse/remdn](https://github.com/reliverse/remdn) to generate npm/jsr readme
|
|
513
514
|
|
|
514
515
|
## related
|
|
515
516
|
|
package/bin/init/info.js
CHANGED