Skip to content

Commit

Permalink
feat: change cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukascivil committed Aug 7, 2023
1 parent 8144ba0 commit e8c8fa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/json-difference-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"jd": "./bin/index.js"
},
"dependencies": {
"json-difference": "workspace:^",
"json-difference": "*",
"yargs": "^17.7.2"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9856,14 +9856,14 @@ __metadata:
version: 0.0.0-use.local
resolution: "json-difference-cli@workspace:libs/json-difference-cli"
dependencies:
json-difference: "workspace:^"
json-difference: "*"
yargs: ^17.7.2
bin:
jd: ./bin/index.js
languageName: unknown
linkType: soft

"json-difference@*, json-difference@workspace:^, json-difference@workspace:libs/json-difference":
"json-difference@*, json-difference@workspace:libs/json-difference":
version: 0.0.0-use.local
resolution: "json-difference@workspace:libs/json-difference"
languageName: unknown
Expand Down

0 comments on commit e8c8fa5

Please sign in to comment.