@fre4x/arxiv 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
@@ -189,9 +189,9 @@ Showing 3 of 891 results (offset: 0)
189
189
  ## Development
190
190
 
191
191
  ```bash
192
- bun install
193
- bun run dev # tsx, no build
194
- bun run build # compile → dist/
192
+ npm install
193
+ npm run dev # tsx, no build
194
+ npm run build # compile → dist/
195
195
  ```
196
196
 
197
197
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fre4x/arxiv",
3
- "version": "1.0.12",
3
+ "version": "1.0.15",
4
4
  "description": "An arXiv MCP server for searching and retrieving academic papers.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",