From 1671d21532cd5aa3a62d10504600b34254428203 Mon Sep 17 00:00:00 2001 From: Ilya Petrov Date: Thu, 13 Aug 2015 18:26:32 +0500 Subject: [PATCH] removed base64 dedpendancy --- other/js/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/other/js/package.json b/other/js/package.json index a673205..8645b0f 100644 --- a/other/js/package.json +++ b/other/js/package.json @@ -17,7 +17,6 @@ }, "dependencies": { "ws": ">=0.4.27", - "base64": "latest", "optimist": "latest", "policyfile": "latest" }