From ab541300acef5a0949ec7db30aed72e17c8df53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Mon, 7 Jan 2019 16:55:57 +0100 Subject: [PATCH] Remove probably unused semver dependency --- cypress/integration/common/steps.js | 1 - 1 file changed, 1 deletion(-) diff --git a/cypress/integration/common/steps.js b/cypress/integration/common/steps.js index e48200a96..78266d96e 100644 --- a/cypress/integration/common/steps.js +++ b/cypress/integration/common/steps.js @@ -1,6 +1,5 @@ import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps' import find from 'lodash/find' -import { eq } from 'semver' /* global cy */