Skip to content

Commit

Permalink
adjust package references
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth committed Jul 6, 2024
1 parent 3b5c50b commit e6650fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jsonplaceholder.typicode.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "",
"private": true,
"dependencies": {
"@idrinth-api-bench/framework": "*"
"@idrinth-api-bench/framework": "^1.0.3"
},
"scripts": {
"start": "run-benchmark 2 3"
"start": "iab bench"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion reqres.in/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@idrinth-api-bench/framework": "*"
},
"scripts": {
"start": "run-benchmark 2 3"
"start": "iab bench"
},
"engines": {
"node": ">=20"
Expand Down

0 comments on commit e6650fd

Please sign in to comment.