Skip to content

Commit

Permalink
feat: add bin path to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Lobzov committed Jan 24, 2024
1 parent d1e5ce0 commit 590ac59
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "asciidoc-link-checker",
"version": "0.0.10",
"description": "script checks links availability in an asciidoc file",
"description": "Module checks links availability in an asciidoc file",
"license": "MIT",
"author": {
"name": "Alexey Lobzov",
"email": "aleks.lobzov@gmail.com"
},
"main": "./asciidoc-link-checker.js",
"main": "./asciidoc-link-check.js",
"bin": {
"asciidoc-link-checker": "./asciidoc-link-checker.js"
},
"repository": {
"type": "git",
"url": "https://github.com/alobzov/asciidoc-link-checker.git"
Expand Down

0 comments on commit 590ac59

Please sign in to comment.