Skip to content

Commit 1914018

Browse files
committed
Updating .npmignore to ignore unneeded files for distribution, fixes #28
1 parent 94d7b00 commit 1914018

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.npmignore

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
/node_modules/
2+
lib/filesize.min.js
3+
src
4+
test
5+
.jamignore
6+
.travis.yml
7+
Gruntfile.js

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.0
9+
* @version 1.9.1
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.0",
4+
"version": "1.9.1",
55
"homepage": "http://filesizejs.com",
66
"author": {
77
"name": "Jason Mulligan",

0 commit comments

Comments
 (0)