diff --git a/package.json b/package.json index be991f89a..a00485f38 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,11 @@ "gulp-jshint": "2.1.0", "gulp-prettyerror": "1.2.1", "gulp-sass-lint": "1.4.0", + "jest": "24.7.1", "jshint": "2.10.2", "jshint-stylish": "2.2.1" + }, + "peerDependencies": { + "request": "2.88.0" } }