@glister/currency-utils 1.0.0 → 1.0.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,7 +46,7 @@ formatPercent(0.075); // 7.5%
46
46
 
47
47
  ## Project-level Configuration
48
48
 
49
- You can configure the default currency and locale **once per project**.
49
+ You can configure the default currency and locale **once per project in your main entrypoint: app.ts main.tsx main.jsx main.js. etc**.
50
50
 
51
51
  ```ts
52
52
  import { setCurrencyConfig } from '@glister/currency-utils';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glister/currency-utils",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Lightweight, tree-shakable currency and number formatting utilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",