From 2b515ec7b68ec7a1d04e01c95d10dc8eec9f862e Mon Sep 17 00:00:00 2001 From: ocassio Date: Thu, 3 Oct 2019 00:16:03 +0400 Subject: [PATCH] Remove obsolete dependency --- package-lock.json | 12 ++---------- package.json | 6 ++---- 2 files changed, 4 insertions(+), 14 deletions(-) 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": {} }