Skip to content

Commit 3176648

Browse files
committed
feat(cli): Add concerto binary handle
Signed-off-by: Matt Roberts <[email protected]>
1 parent de828db commit 3176648

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/concerto-cli/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"homepage": "https://github.com/accordproject/concerto#readme",
66
"license": "Apache-2.0",
77
"main": "index.js",
8+
"bin": {
9+
"concerto": "./index.js"
10+
},
811
"repository": {
912
"type": "git",
1013
"url": "git+https://github.com/accordproject/concerto.git"

0 commit comments

Comments
 (0)