Skip to content

Commit

Permalink
feat: use latest checkly/cli version in examples (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
clample authored Feb 21, 2023
1 parent a555033 commit c4e25f2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 41 deletions.
2 changes: 1 addition & 1 deletion examples/advanced-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"checkly:test": "npx checkly test"
},
"dependencies": {
"@checkly/cli": "^0.3.13"
"@checkly/cli": "latest"
},
"author": "",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion examples/boilerplate-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@checkly/cli": "^0.3.13"
"@checkly/cli": "latest"
},
"author": "",
"license": "ISC",
Expand Down
65 changes: 26 additions & 39 deletions package-lock.json

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

0 comments on commit c4e25f2

Please sign in to comment.