Skip to content

Commit b4cb631

Browse files
committed
Merge pull request #36 from avoidwork/edge
Updating `.npmignore`
2 parents 5633524 + 9865d46 commit b4cb631

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/node_modules/
22
lib/filesize.min.js
3+
lib/filesize.map
34
src
45
test
56
.jamignore

lib/filesize.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @license BSD-3 <https://raw.github.com/avoidwork/filesize.js/master/LICENSE>
77
* @link http://filesizejs.com
88
* @module filesize
9-
* @version 1.9.4
9+
* @version 1.9.5
1010
*/
1111
( function ( global ) {
1212
"use strict";

lib/filesize.min.js

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

package.json

+1-1
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": "1.9.4",
4+
"version": "1.9.5",
55
"homepage": "http://filesizejs.com",
66
"author": {
77
"name": "Jason Mulligan",

0 commit comments

Comments
 (0)