From 85b2fc3047f15626c0c4ffb4d6980e0d31e47ffa Mon Sep 17 00:00:00 2001 From: Jim LAURIE Date: Tue, 11 Dec 2018 12:04:16 +0100 Subject: [PATCH] Lock the cypress version If we don't lock the version, there is a conflict between the installed version on the computer and the node nodule version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0af2c8d829..66bc045945 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "axios": "^0.18.0", "babel-eslint": "^6.1.2", "chalk": "^2.4.1", - "cypress": "^3.1.2", + "cypress": "3.1.2", "eslint": "^4.19.1", "eslint-plugin-babel": "^4.0.0", "eslint-plugin-react": "^7.7.0",