Add Jest and peer dependencies

This commit is contained in:
Tom Byers
2019-04-24 10:46:55 +01:00
parent 4ba1015c64
commit 2e558744a5
+4
View File
@@ -43,7 +43,11 @@
"gulp-jshint": "2.1.0", "gulp-jshint": "2.1.0",
"gulp-prettyerror": "1.2.1", "gulp-prettyerror": "1.2.1",
"gulp-sass-lint": "1.4.0", "gulp-sass-lint": "1.4.0",
"jest": "24.7.1",
"jshint": "2.10.2", "jshint": "2.10.2",
"jshint-stylish": "2.2.1" "jshint-stylish": "2.2.1"
},
"peerDependencies": {
"request": "2.88.0"
} }
} }