From 33270b817d4259c4ed09aef95938380db94b5ce7 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Sun, 9 Jul 2017 22:57:35 +0100 Subject: [PATCH] readme, deps --- README.md | 2 ++ package.json | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd38e05..093d5e7 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,8 @@ $ curl http://127.0.0.1:8000/users } ``` +See [the tutorials](https://github.com/lwsjs/local-web-server/wiki#tutorials) for more information and examples about mock responses. + ### HTTPS Launching a secure server is as simple as setting the `--https` flag. [See the wiki](https://github.com/lwsjs/local-web-server/wiki) for further configuration options and a guide on how to get the "green padlock" in your browser. diff --git a/package.json b/package.json index 59658cf..c02aa47 100644 --- a/package.json +++ b/package.json @@ -32,18 +32,18 @@ "repository": "https://github.com/lwsjs/local-web-server", "author": "Lloyd Brookes <75pound@gmail.com>", "dependencies": { - "lws": "^1.0.0-pre4.0", + "lws": "^1.0.0", "lws-blacklist": "^0.2.3", "lws-body-parser": "^0.2.4", "lws-compress": "^0.2.1", "lws-conditional-get": "^0.3.3", - "lws-cors": "^0.3.4", + "lws-cors": "^0.3.5", "lws-index": "^0.3.3", "lws-json": "^0.3.2", "lws-log": "^0.3.2", "lws-mime": "^0.2.2", - "lws-mock-response": "^0.4.2", - "lws-request-monitor": "^0.1.4", + "lws-mock-response": "^0.4.5", + "lws-request-monitor": "^0.1.5", "lws-rewrite": "^0.3.6", "lws-spa": "^0.2.3", "lws-static": "^0.4.1"