Skip to content

Commit

Permalink
chore: Update linkspector version to 0.3.12 and add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-nelson committed Jun 30, 2024
1 parent 186afcb commit e36d213
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbrelladocs/linkspector",
"version": "0.3.11",
"version": "0.3.12",
"description": "Uncover broken links in your content.",
"type": "module",
"main": "linkspector.js",
Expand All @@ -9,7 +9,22 @@
"url": "git+https://github.com/UmbrellaDocs/linkspector.git"
},
"keywords": [
"linkspector"
"linkspector",
"links analysis",
"url inspection",
"link checker",
"link validation",
"link verification",
"link testing",
"link testing tool",
"link testing library",
"link testing utility",
"link testing package",
"markdown link testing",
"markdown link testing tool",
"markdown link check",
"markdown link checker",
"markdown link validation"
],
"bin": {
"linkspector": "./index.js"
Expand Down

0 comments on commit e36d213

Please sign in to comment.