@touch4it/currency-format
Advanced tools
Comparing version 1.0.1 to 1.0.2
# Format currency output | ||
## 1.0.2 (2021-03-09) | ||
- Fixed Typescript definition | ||
## 1.0.1 (2021-03-09) | ||
@@ -4,0 +8,0 @@ |
@@ -9,1 +9,3 @@ declare class Price { | ||
} | ||
export default Price; |
{ | ||
"name": "@touch4it/currency-format", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Currency formatter", | ||
@@ -21,2 +21,9 @@ "license": "MIT", | ||
], | ||
"keywords": [ | ||
"currency", | ||
"currency formatter", | ||
"format", | ||
"formatter", | ||
"ISO 4217" | ||
], | ||
"main": "index.js", | ||
@@ -23,0 +30,0 @@ "scripts": { |
@@ -88,3 +88,3 @@ # Format currency output | ||
See [tests](tests/) | ||
See [tests](https://github.com/touch4it/currency-format/blob/master/lib/tests/index.test.js) | ||
@@ -91,0 +91,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11129
154