human-format
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -188,3 +188,3 @@ // UMD: https://github.com/umdjs/umd/blob/master/returnExports.js | ||
binary: Scale.create( | ||
',ki,Mi,Gi,Ti,Pi,Ei,Zi,Yi'.split(','), | ||
',Ki,Mi,Gi,Ti,Pi,Ei,Zi,Yi'.split(','), | ||
1024 | ||
@@ -191,0 +191,0 @@ ), |
{ | ||
"name": "human-format", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"license": "ISC", | ||
@@ -37,6 +37,6 @@ "description": "Converts a number to/from a human readable string: `1337` ↔ `1.34kB`", | ||
"devDependencies": { | ||
"browserify": "^15.0.0", | ||
"husky": "^0.14.3", | ||
"jest": "^21.2.1", | ||
"standard": "^10.0.3", | ||
"browserify": "^16.2.3", | ||
"husky": "^1.1.0", | ||
"jest": "^23.6.0", | ||
"standard": "^12.0.1", | ||
"uglify-js": "^3.1.8" | ||
@@ -43,0 +43,0 @@ }, |
@@ -28,6 +28,6 @@ # human-format | ||
You can directly use the build provided at [unpkg.com](https://unpkg.com): | ||
You can directly use the build provided at [unpkg.com](https://unpkg.com/human-format/): | ||
```html | ||
<script src="https://unpkg.com/human-format@0.10/dist/human-format.js"></script> | ||
<script src="https://unpkg.com/human-format@0.10/index.js"></script> | ||
``` | ||
@@ -34,0 +34,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
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
12741