Browse Source

lock version of node-sass and request to deal with Travis build issues

See https://github.com/sass/node-sass/issues/2100
alexweissman 7 years ago
parent
commit
41edff388b
1 changed files with 4 additions and 1 deletions
  1. 4 1
      package.json

+ 4 - 1
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",