We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da831f5 commit 142cdbdCopy full SHA for 142cdbd
.npmignore
package.json
@@ -10,6 +10,14 @@
10
"dependency-check": "dependency-check . test.js",
11
"prepublishOnly": "npm run dependency-check"
12
},
13
+ "files": [
14
+ "index.js",
15
+ "package.json",
16
+ "CHANGELOG.md",
17
+ "CONTRIBUTORS.md",
18
+ "LICENSE.md",
19
+ "UPGRADING.md"
20
+ ],
21
"dependencies": {
22
"inherits": "^2.0.4",
23
"readable-stream": "^3.4.0"
0 commit comments