Skip to content

Commit ad2eeb1

Browse files
committedJan 19, 2016
Removing .idea file from npm, fixes #71
1 parent 71cc5a5 commit ad2eeb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/lib/filesize.min.js.map
44
/src/
55
/test/
6+
.idea
67
.eslintrc
78
.travis.yml
89
Gruntfile.js

‎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": "3.1.5",
4+
"version": "3.1.6",
55
"homepage": "http://filesizejs.com",
66
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
77
"repository": {

0 commit comments

Comments
 (0)
Please sign in to comment.