Skip to content

Commit 142cdbd

Browse files
committed
Add files to package.json
1 parent da831f5 commit 142cdbd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.npmignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
"dependency-check": "dependency-check . test.js",
1111
"prepublishOnly": "npm run dependency-check"
1212
},
13+
"files": [
14+
"index.js",
15+
"package.json",
16+
"CHANGELOG.md",
17+
"CONTRIBUTORS.md",
18+
"LICENSE.md",
19+
"UPGRADING.md"
20+
],
1321
"dependencies": {
1422
"inherits": "^2.0.4",
1523
"readable-stream": "^3.4.0"

0 commit comments

Comments
 (0)