Skip to content

Commit 77db546

Browse files
committed
Building missing files, updating README
1 parent 422f427 commit 77db546

6 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _*(number)*_ Number base, default is `2`
1515
_*(boolean)*_ Enables `bit` sizes, default is `false`
1616

1717
### exponent
18-
_*(number)*_ Specifies the SI suffix via exponent, e.g. `2` is `MB` for bytes, default is `-1`
18+
_*(number)*_ Specifies the symbol via exponent, e.g. `2` is `MB` for base 2, default is `-1`
1919

2020
### fullform
2121
_*(boolean)*_ Enables full form of unit of measure, default is `false`

lib/filesize.es6.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2017 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 3.5.5
6+
* @version 3.5.6
77
*/
88
(function (global) {
99
const b = /^(b|B)$/,

lib/filesize.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @copyright 2017 Jason Mulligan <[email protected]>
77
* @license BSD-3-Clause
8-
* @version 3.5.5
8+
* @version 3.5.6
99
*/
1010
(function (global) {
1111
var b = /^(b|B)$/,

lib/filesize.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/filesize.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)