This commit is contained in:
Lloyd Brookes
2015-11-19 16:15:34 +00:00
parent 07e3a1bf7c
commit 99120edf30
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ $ npm install local-web-server --save-dev
"version": "1.0.0",
"local-web-server": {
"port": 8100,
"forbid": "\\.json$"
"forbid": "*.json"
},
"scripts": {
"start": "ws"

View File

@ -202,7 +202,7 @@ $ npm install local-web-server --save-dev
"version": "1.0.0",
"local-web-server": {
"port": 8100,
"forbid": "\\.json$"
"forbid": "*.json"
},
"scripts": {
"start": "ws"