@fre4x/fred 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 +621 -615
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -44,9 +44,9 @@ A [FRED API key](https://fred.stlouisfed.org/docs/api/api_key.html) (free) — s
44
44
  ## Development
45
45
 
46
46
  ```bash
47
- bun install
48
- bun run dev # tsx, no build
49
- bun run build # compile → dist/
47
+ npm install
48
+ npm run dev # tsx, no build
49
+ npm run build # compile → dist/
50
50
  ```
51
51
 
52
52
  ## License