Skip to content

Commit cc08a9f

Browse files
committed
Added missing bin config in Pongo
Without that CLI wasn't working correctly
1 parent 89aeb6d commit cc08a9f

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

src/package-lock.json

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@event-driven-io/pongo-core",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "Pongo - Mongo with strong consistency on top of Postgres",
55
"type": "module",
66
"engines": {

src/packages/pongo/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@event-driven-io/pongo",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "Pongo - Mongo with strong consistency on top of Postgres",
55
"type": "module",
66
"scripts": {
@@ -83,6 +83,9 @@
8383
"files": [
8484
"dist"
8585
],
86+
"bin": {
87+
"pongo": "./dist/cli.js"
88+
},
8689
"peerDependencies": {
8790
"@event-driven-io/dumbo": "0.10.0",
8891
"@types/mongodb": "^4.0.7",

0 commit comments

Comments
 (0)