From 2acdb44875f6333dfcf915f4278420edd4405ec3 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Thu, 28 Jun 2018 23:54:05 +0100 Subject: [PATCH] 2.5.4 --- package-lock.json | 2 +- package.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 564d71c..4771fa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "local-web-server", - "version": "2.5.3", + "version": "2.5.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 286e740..b6e247c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "local-web-server", - "version": "2.5.3", + "version": "2.5.4", "description": "The modular web server for productive full-stack development", "bin": { "ws": "./bin/cli.js" @@ -31,7 +31,9 @@ "repository": "https://github.com/lwsjs/local-web-server", "author": "Lloyd Brookes <75pound@gmail.com>", "files": [ - "bin", "lib", "index.js" + "bin", + "lib", + "index.js" ], "dependencies": { "lws": "^1.2.3",