format-quantity
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,5 @@ | ||
## 1.0.0 (2021-02-11) | ||
- New build system ([tsdx](https://tsdx.io/)) | ||
## 0.6.0 (2019-08-31) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"name": "format-quantity", | ||
"author": "Jake Boone <jakeboone02@gmail.com>", | ||
"description": "Number formatter for imperial measurements with support for vulgar fractions", | ||
"license": "MIT", | ||
@@ -6,0 +7,0 @@ "keywords": [ |
@@ -11,3 +11,3 @@ # format-quantity | ||
For the inverse operation, converting a string (which may include mixed numbers or vulgar fractions) to a number, check out [numeric-quantity](https://www.npmjs.com/package/numeric-quantity). | ||
For the inverse operation, converting a string (which may include mixed numbers or vulgar fractions) to a number, check out [numeric-quantity](https://www.npmjs.com/package/numeric-quantity) or, if you're interested in parsing recipe ingredient strings, try [parse-ingredient](https://www.npmjs.com/package/parse-ingredient). | ||
@@ -14,0 +14,0 @@ ## Installation |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
50832
0