Skip to content

Commit

Permalink
version 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
txchen committed Sep 15, 2019
1 parent 1da520f commit 2a9863b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 19 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ The values in the command line have higher priority than the ones in the config

## Changelog

**2019-09-14** `2.6.4`
Upgrade dependencies. Bug fix: #54.

**2019-03-30** `2.6.3`
Upgrade dependencies. Bug fix: #49.

Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ LightServer.prototype.start = function () {
)
}


if (_this.options.serve) {
if (_this.options.proxy) {
var proxy = require('./proxy')
Expand Down
37 changes: 20 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "light-server",
"version": "2.6.3",
"version": "2.6.4",
"description": "an http server that can watch files, trigger commands and livereload",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 2a9863b

Please sign in to comment.