diff --git a/README.md b/README.md index 2b26167..07736f6 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,10 @@ gulp.task('watch', function () { gulp.task('default', ['connectDist', 'connectDev', 'watch']); ``` +#### http2 support + +If the [http2](https://www.npmjs.com/package/http2) package is installed and you use an https connection to gulp connect then http 2 will be used in preference to http 1. + ## API #### options.root diff --git a/package.json b/package.json index 009732a..ff6b7d1 100644 --- a/package.json +++ b/package.json @@ -55,8 +55,5 @@ "gulp-stylus": "^2.1.1", "mocha": "^2.3.4", "supertest": "^1.1.0" - }, - "optionalDependencies": { - "http2": "^3.3.2" } }