dphelper 0.2.21 → 0.2.22

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
@@ -14,14 +14,14 @@ type 'dphelper' in your console to have a look about all available functions tha
14
14
 
15
15
  You can call these from everywhere without import
16
16
 
17
- ## CURRENCY
17
+ ## OPTIONS
18
+
19
+ ### CURRENCY
18
20
 
19
21
  ```js
20
22
  dphelper.currency( val, int = 'en-US', cur = 'USD' )
21
23
  ```
22
24
 
23
- ## OPTIONS
24
-
25
25
  ### MEMORY / STORAGE
26
26
 
27
27
  ```js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dphelper",
3
- "version": "0.2.21",
3
+ "version": "0.2.22",
4
4
  "description": "Many utils for your projects",
5
5
  "main": "index.js",
6
6
  "publishConfig": {},