From 41edff388bc45d7b50b6a572e73769a45eb31605 Mon Sep 17 00:00:00 2001 From: alexweissman Date: Sun, 24 Sep 2017 11:48:36 -0400 Subject: [PATCH] lock version of node-sass and request to deal with Travis build issues See https://github.com/sass/node-sass/issues/2100 --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b727f8a..f4de4249 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,10 @@ "grunt-gh-pages": "^0.9.1", "grunt-jekyll": "^0.4.2", "grunt-sass": "^1.0.0", - "grunt-saucelabs": "^9.0.0" + "grunt-saucelabs": "^9.0.0", + "node-sass": "^4.5.3", + "request": "<=2.81.0", + "shrinkwrap": "^0.4.0" }, "dependencies": { "almond": "~0.3.1",