diff --git a/package-lock.json b/package-lock.json index 6b68c56..c7c5a35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,5 @@ { "name": "testcafe-reporter-custom", - "version": "1.0.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "app-root-path": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-2.2.1.tgz", - "integrity": "sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA==" - } - } + "version": "1.0.1", + "lockfileVersion": 1 } diff --git a/package.json b/package.json index 87db5a3..305e940 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testcafe-reporter-custom", - "version": "1.0.0", + "version": "1.0.1", "description": "TestCafe reporter that allows you to provide your own logic", "main": "lib/index.js", "repository": { @@ -18,7 +18,5 @@ "url": "https://github.com/ocassio/testcafe-reporter-custom/issues" }, "homepage": "https://github.com/ocassio/testcafe-reporter-custom#readme", - "dependencies": { - "app-root-path": "^2.2.1" - } + "dependencies": {} }