Skip to content

Commit 6ba2af5

Browse files
committed
fix 2
1 parent d4703ec commit 6ba2af5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bin/http-server

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env node
22

3-
43
var colors = require('colors'),
54
httpServer = require('../lib/http-server'),
65
portfinder = require('portfinder'),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "watch-http-server",
3-
"version": "0.7.5",
3+
"version": "0.7.6",
44
"description": "a simple command-line http server with the built-in zero-configuration automatic page reloads.",
55
"main": "./lib/http-server",
66
"repository": {

0 commit comments

Comments
 (0)