From 5325f071bd62f999c27ed64c8bf6599866061cbd Mon Sep 17 00:00:00 2001 From: MariaZ Date: Sun, 14 Feb 2021 20:07:45 +0100 Subject: [PATCH] Remove detox for now to fix npm i errors --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 66ea4ab..61e106b 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,6 @@ "babel-jest": "^24.8.0", "basic-changelog": "gitlab:bloodyhealth/basic-changelog", "chai": "^4.1.2", - "detox": "^13.1.1", "dirty-chai": "^2.0.1", "eslint": "^5.16.0", "eslint-plugin-react": "^7.8.2", @@ -121,4 +120,4 @@ }, "test-runner": "mocha" } -} \ No newline at end of file +}