Skip to content

Commit

Permalink
don't install the http2 package by default (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejhiggs authored and justinmchase committed Jul 28, 2016
1 parent c67d44d commit b3df95c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,5 @@
"gulp-stylus": "^2.1.1",
"mocha": "^2.3.4",
"supertest": "^1.1.0"
},
"optionalDependencies": {
"http2": "^3.3.2"
}
}

0 comments on commit b3df95c

Please # to comment.