Skip to content

Commit ca34acc

Browse files
committed
AP-6783 # fix package.json bin
1 parent 476eab5 commit ca34acc

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

package-lock.json

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"author": "OneBlink <developers@oneblink> (https://github.com/oneblink)",
66
"bin": {
77
"oneblink": "dist/bin/oneblink.js",
8-
"civicplus": "dist/bin/civicplus.js"
8+
"civicplus": "dist/bin/civicplus.js",
9+
"oneblink-us": "dist/bin/oneblink-us.js"
910
},
1011
"bugs": {
1112
"url": "https://github.com/oneblink/cli/issues"

0 commit comments

Comments
 (0)