currency-fomatter 1.2.3 → 1.2.4

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,6 +13,7 @@ export function Demo() {
13
13
 
14
14
  # prop
15
15
 
16
+ ```js
16
17
  type Props = {
17
18
  value?: any;
18
19
  format: any;
@@ -40,4 +41,6 @@ type Props = {
40
41
  renderText: any;
41
42
  };
42
43
 
44
+ ```
45
+
43
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "currency-fomatter",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",