Skip to content

Commit e984cd7

Browse files
committed
bump version to next major version
1 parent fec0c05 commit e984cd7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

commands/init.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ function create_base_reporter_config_file(args) {
5353

5454
function create_custom_support_file(args){
5555
const pathToFile = path.join(__dirname, "default_custom_support_file.js");
56-
// const pathToNewDestination = path.join(__dirname, constants.LT_BASE_CUSTOM_SUPPORT_FILE_NAME)
5756
const pathToNewDestination = constants.LT_BASE_CUSTOM_SUPPORT_FILE_NAME;
5857
fs.copyFile(pathToFile, pathToNewDestination, (err) => {
5958
if (err) {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambdatest-cypress-cli",
3-
"version": "2.5.4",
3+
"version": "3.0.0",
44
"description": "The lambdatest-cypress-cli is LambdaTest's command-line interface (CLI) aimed to help you run your Cypress tests on LambdaTest platform.",
55
"homepage": "https://github.com/LambdaTest/lambdatest-cypress-cli",
66
"author": "LambdaTest <[email protected]>",

0 commit comments

Comments
 (0)