@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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
- bun install
43
- bun run dev # tsx, no build
44
- bun run build # compile → dist/
42
+ npm install
43
+ npm run dev # tsx, no build
44
+ npm run build # compile → dist/
45
45
  ```
46
46
 
47
47
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fre4x/hn",
3
- "version": "1.0.12",
3
+ "version": "1.0.15",
4
4
  "description": "A Hacker News MCP server for LLMs.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",