From 0d3642148c294030b2931848a1855e3f32b96009 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 6 Feb 2019 16:16:28 +0000 Subject: [PATCH] Always pin to exact versions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56d2c3589..41b06c707 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ "gulp-sass-lint": "1.2.0", "jshint": "2.9.5", "jshint-stylish": "2.2.1", - "run-sequence": "^2.2.1" + "run-sequence": "2.2.1" } }