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