@fre4x/yahoo-finance 1.0.12 → 1.0.16

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 (3) hide show
  1. package/README.md +3 -3
  2. package/dist/index.js +458 -452
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -55,9 +55,9 @@ All list tools support pagination via `limit` / `offset`. No API key required.
55
55
  ## Development
56
56
 
57
57
  ```bash
58
- bun install
59
- bun run dev # tsx, no build
60
- bun run build # compile → dist/
58
+ npm install
59
+ npm run dev # tsx, no build
60
+ npm run build # compile → dist/
61
61
  ```
62
62
 
63
63
  ## License