Skip to content

Commit

Permalink
Reduce package size
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Aug 12, 2024
1 parent 5fb2786 commit 1208c9a
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 1208c9a

Please sign in to comment.