Skip to content

Commit 7b15687

Browse files
committed
Removing .npmignore
1 parent fd76462 commit 7b15687

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

.npmignore

-11
This file was deleted.

package-lock.json

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

package.json

+5-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": "5.0.2",
4+
"version": "5.0.3",
55
"homepage": "https://filesizejs.com",
66
"author": "Jason Mulligan <[email protected]>",
77
"repository": {
@@ -11,6 +11,10 @@
1111
"bugs": {
1212
"url": "https://github.com/avoidwork/filesize.js/issues"
1313
},
14+
"files": [
15+
"lib",
16+
"*.d.ts"
17+
],
1418
"license": "BSD-3-Clause",
1519
"source": "src/filesize.js",
1620
"browser": "lib/filesize.js",

0 commit comments

Comments
 (0)