This commit is contained in:
Lloyd Brookes
2018-06-28 23:54:05 +01:00
parent 5df2c4c98d
commit 2acdb44875
2 changed files with 5 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "local-web-server",
"version": "2.5.3",
"version": "2.5.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",