Skip to content

Commit

Permalink
Added missing bin config in Pongo
Browse files Browse the repository at this point in the history
Without that CLI wasn't working correctly
  • Loading branch information
oskardudycz committed Sep 12, 2024
1 parent 89aeb6d commit cc08a9f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 6 additions & 3 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@event-driven-io/pongo-core",
"version": "0.14.0",
"version": "0.14.1",
"description": "Pongo - Mongo with strong consistency on top of Postgres",
"type": "module",
"engines": {
Expand Down
5 changes: 4 additions & 1 deletion src/packages/pongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@event-driven-io/pongo",
"version": "0.14.0",
"version": "0.14.1",
"description": "Pongo - Mongo with strong consistency on top of Postgres",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -83,6 +83,9 @@
"files": [
"dist"
],
"bin": {
"pongo": "./dist/cli.js"
},
"peerDependencies": {
"@event-driven-io/dumbo": "0.10.0",
"@types/mongodb": "^4.0.7",
Expand Down

0 comments on commit cc08a9f

Please sign in to comment.