format-quantity
Advanced tools
Comparing version 0.3.4 to 0.4.0
{ | ||
"name": "format-quantity", | ||
"version": "0.3.4", | ||
"version": "0.4.0", | ||
"description": "Format a number as an integer plus fraction, as seen in recipe ingredient lists", | ||
@@ -9,5 +9,9 @@ "repository": { | ||
}, | ||
"main": "index.js", | ||
"main": "dist/format-quantity.cjs.js", | ||
"module": "dist/format-quantity.esm.js", | ||
"browser": "dist/format-quantity.umd.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"dev": "rollup -c -w", | ||
"test": "node ./test.js" | ||
@@ -24,3 +28,6 @@ }, | ||
"author": "Jake Boone <jakeboone02@gmail.com>", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"rollup": "^1.20.0" | ||
} | ||
} |
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
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
14911
13
429
1
1