From 6f66fcb90616b3ac6b5d1ffae33b7f8340a06867 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Thu, 19 Nov 2015 14:24:03 +0000 Subject: [PATCH 1/2] added ansi-escape-sequences dep - fixes an issue with npm2 (not 3) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 490b1f7..83bfa90 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "repository": "https://github.com/75lb/local-web-server", "author": "Lloyd Brookes <75pound@gmail.com>", "dependencies": { + "ansi-escape-sequences": "^2.2.1", "command-line-args": "^2.0.2", "config-master": "^2", "http-proxy": "^1.12.0", From 07e3a1bf7c5dad9886b040e9b936d7962e03cd5d Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Thu, 19 Nov 2015 14:24:25 +0000 Subject: [PATCH 2/2] 1.0.0-alpha.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83bfa90..78aee4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "local-web-server", - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "description": "A simple web-server for productive front-end development", "bin": { "ws": "./bin/cli.js"