Skip to content

Commit

Permalink
npm pkg fix for package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
csmig committed Jan 24, 2024
1 parent 92b7a71 commit b73edbd
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
Expand Up @@ -4,11 +4,14 @@
"description": "CLI that watches a path for STIG test result files on behalf of a STIG Manager Collection.",
"main": "index.js",
"bin": {
"stigman-watcher": "./index.js"
"stigman-watcher": "index.js"
},
"author": "carl.a.smigielski@saic.com",
"license": "MIT",
"repository": "github:nuwcdivnpt/stigman-watcher",
"repository": {
"type": "git",
"url": "git+https://github.com/nuwcdivnpt/stigman-watcher.git"
},
"engines": {
"node": ">=14"
},
Expand Down

0 comments on commit b73edbd

Please sign in to comment.