From e422294ad1ee46fa9a8a7be291266c24f8a15901 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 13 Feb 2018 11:35:30 -0800 Subject: [PATCH] Add node-sass to dev dependencies To fix build --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c5223c333..826d06c32 100644 --- a/package.json +++ b/package.json @@ -230,6 +230,7 @@ "mocha-jsdom": "^1.1.0", "mocha-sinon": "^2.0.0", "nock": "^9.0.14", + "node-sass": "^4.7.2", "nyc": "^11.0.3", "open": "0.0.5", "prompt": "^1.0.0",