From 1870adfaab6196b1f9c77dbbe8ca3a27140504fd Mon Sep 17 00:00:00 2001 From: salfield Date: Sat, 27 Feb 2016 19:32:22 +0800 Subject: [PATCH] Create ws@1.0.1.json utf-8-validate and bufferutil are conditionally required causing this module to fail. --- package-overrides/npm/ws@1.0.1.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package-overrides/npm/ws@1.0.1.json diff --git a/package-overrides/npm/ws@1.0.1.json b/package-overrides/npm/ws@1.0.1.json new file mode 100644 index 0000000..13a46a9 --- /dev/null +++ b/package-overrides/npm/ws@1.0.1.json @@ -0,0 +1,8 @@ +{ + "dependencies":{ + "options": ">=0.0.5", + "ultron": "1.0.x", + "utf-8-validate": "1.2.x", + "bufferutil": "1.2.x" + } +}