Skip to content

Commit b93909e

Browse files
committed
Updating uglify dependency
1 parent 54d9770 commit b93909e

5 files changed

+7
-7
lines changed

lib/filesize.es6.min.js

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

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.9
8+
* @version 3.5.10
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.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "filesize",
33
"description": "JavaScript library to generate a human readable String describing the file size",
4-
"version": "3.5.9",
4+
"version": "3.5.10",
55
"homepage": "https://filesizejs.com",
66
"author": "Jason Mulligan <[email protected]>",
77
"repository": {
@@ -27,7 +27,7 @@
2727
"grunt-cli": "~1.2.0",
2828
"grunt-contrib-concat": "~1.0.1",
2929
"grunt-contrib-nodeunit": "~1.0.0",
30-
"grunt-contrib-uglify": "~2.0.0",
30+
"grunt-contrib-uglify": "~3.0.0",
3131
"grunt-contrib-watch": "~1.0.0",
3232
"grunt-eslint": "~19.0.0"
3333
},

0 commit comments

Comments
 (0)