From 16696b6c95fa67e27f1039d4f3115dbb1396ac51 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Mon, 27 May 2019 16:54:57 +0100 Subject: [PATCH] fix lws version, for now --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5485f6f..83c8877 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "index.js" ], "dependencies": { - "lws": "^2.0.0-3", + "lws": "2.0.0-3", "lws-basic-auth": "^0.1.1", "lws-blacklist": "^1.0.0", "lws-body-parser": "^0.2.4",