diff --git a/examples/basic/package-lock.json b/examples/basic/package-lock.json index 293a983..efc1d28 100644 --- a/examples/basic/package-lock.json +++ b/examples/basic/package-lock.json @@ -3907,8 +3907,8 @@ } }, "testcafe-reporter-custom": { - "version": "github:ocassio/testcafe-reporter-custom#a2c4d07985bcd70f5d719d9d31f32a3b92165697", - "from": "github:ocassio/testcafe-reporter-custom#feature/config-and-ts", + "version": "1.0.2", + "resolved": "github:ocassio/testcafe-reporter-custom#a2c4d07985bcd70f5d719d9d31f32a3b92165697", "dev": true }, "testcafe-reporter-json": { diff --git a/examples/basic/package.json b/examples/basic/package.json index d5eab07..f47e044 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -11,6 +11,6 @@ "license": "ISC", "devDependencies": { "testcafe": "^1.7.1", - "testcafe-reporter-custom": "github:ocassio/testcafe-reporter-custom#feature/config-and-ts" + "testcafe-reporter-custom": "*" } } diff --git a/examples/typescript/package-lock.json b/examples/typescript/package-lock.json index 13d052b..0f308f6 100644 --- a/examples/typescript/package-lock.json +++ b/examples/typescript/package-lock.json @@ -3925,8 +3925,8 @@ } }, "testcafe-reporter-custom": { - "version": "github:ocassio/testcafe-reporter-custom#a2c4d07985bcd70f5d719d9d31f32a3b92165697", - "from": "github:ocassio/testcafe-reporter-custom#feature/config-and-ts", + "version": "1.0.2", + "resolved": "github:ocassio/testcafe-reporter-custom#a2c4d07985bcd70f5d719d9d31f32a3b92165697", "dev": true }, "testcafe-reporter-json": { diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 3ce6ac6..81077f5 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -11,7 +11,7 @@ "license": "ISC", "devDependencies": { "testcafe": "^1.7.1", - "testcafe-reporter-custom": "github:ocassio/testcafe-reporter-custom#feature/config-and-ts", + "testcafe-reporter-custom": "*", "ts-node": "^8.5.4", "tslib": "^1.10.0", "typescript": "^3.7.4" diff --git a/package-lock.json b/package-lock.json index 0fefa85..ea6cc98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "testcafe-reporter-custom", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 1 } diff --git a/package.json b/package.json index e799816..ab85446 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testcafe-reporter-custom", - "version": "1.0.2", + "version": "1.1.0", "description": "TestCafe reporter that allows you to provide your own logic", "main": "lib/index.js", "repository": {