Skip to content

Commit

Permalink
Merge pull request #5633 from signalco-io/feat/mutex-updated-packagejson
Browse files Browse the repository at this point in the history
feat(discrete-mutex): Updated package.json and package-lock.json for mutex-cli
  • Loading branch information
AleksandarDev authored Jul 27, 2024
2 parents efdf9dc + 072cc4a commit 5b12213
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.

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

11 changes: 8 additions & 3 deletions discrete/Signalco.Discrete.Api.Mutex/node-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "mutex-cli",
"version": "1.0.0",
"name": "@signalco/mutex-cli",
"version": "0.1.0",
"description": "Signalco Mutex API CLI",
"type": "module",
"author": "Signalco",
"license": "AGPL-3.0-only",
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
},
"bin": {
"mutex": "index.js"
},
Expand All @@ -17,7 +21,8 @@
"mutex",
"cloud",
"api",
"cli"
"cli",
"devops"
],
"bugs": {
"url": "https://github.com/signalco-io/signalco/issues"
Expand Down

0 comments on commit 5b12213

Please sign in to comment.