From 5864836ce7d5a7a541de176bd4bb59cd55660d2c Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Thu, 26 Jul 2018 21:10:01 -0700 Subject: [PATCH] Lock uws to 10.148.1 for now because the maintainer went apeshit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3dd2c32..684260c2 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "sprintf-js": "^1.0.3", "toml": "^2.3.0", "uuid": "^3.2.1", - "uws": "^10.148.0", + "uws": "10.148.1", "yamljs": "^0.2.8" }, "scripts": {