From b3df95cce6eaae0e48b29743782d5e3a8b6b6186 Mon Sep 17 00:00:00 2001 From: Steve Higgs Date: Thu, 28 Jul 2016 17:48:41 +0100 Subject: [PATCH] don't install the http2 package by default (#198) --- README.md | 4 ++++ package.json | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) 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" } }