Skip to content

Commit 8040938

Browse files
authored
Merge pull request #90 from mondeja/decrease-package-size
Decrease package size
2 parents c2ceadd + 1208c9a commit 8040938

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"version": "5.3.0",
44
"description": "checks whether a hyperlink is alive (200 OK) or dead",
55
"main": "index.js",
6+
"files": [
7+
"CHANGELOG.md",
8+
"LICENSE.md",
9+
"README.md",
10+
"lib"
11+
],
612
"scripts": {
713
"pretest": "jshint index.js lib test",
814
"test": "mocha -R spec --exit"

0 commit comments

Comments
 (0)