Skip to content

Commit

Permalink
Merge pull request #90 from mondeja/decrease-package-size
Browse files Browse the repository at this point in the history
Decrease package size
  • Loading branch information
tcort authored Nov 5, 2024
2 parents c2ceadd + 1208c9a commit 8040938
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "5.3.0",
"description": "checks whether a hyperlink is alive (200 OK) or dead",
"main": "index.js",
"files": [
"CHANGELOG.md",
"LICENSE.md",
"README.md",
"lib"
],
"scripts": {
"pretest": "jshint index.js lib test",
"test": "mocha -R spec --exit"
Expand Down

0 comments on commit 8040938

Please sign in to comment.