@fre4x/hn 1.0.12 → 1.0.15
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,9 +39,9 @@ All tools return paginated Markdown or JSON. Token limit enforced at ~3,000 toke
|
|
|
39
39
|
## Development
|
|
40
40
|
|
|
41
41
|
```bash
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
npm install
|
|
43
|
+
npm run dev # tsx, no build
|
|
44
|
+
npm run build # compile → dist/
|
|
45
45
|
```
|
|
46
46
|
|
|
47
47
|
## License
|