Skip to content

Commit

Permalink
fix(workflow): rename bin cmd to work with npx
Browse files Browse the repository at this point in the history
based on https://github.com/zkat/npx/blob/6e89dbd5989366e52d3810692b1ab5889a05fbad/parse-args.js#L137-L138 npx will strip the package scope from the package name when looking for the command
  • Loading branch information
TheSharpieOne committed Apr 4, 2018
1 parent 77c8fba commit 2fc1632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"bin": {
"av": "./index.js",
"@availity/workflow": "./index.js"
"workflow": "./index.js"
},
"scripts": {
"test": "echo \"No test specified\" && exit 0",
Expand Down

0 comments on commit 2fc1632

Please sign in to comment.