From 6aa425dd3f280e5a2eba399b80da1aa485b4ce5e Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Sat, 24 Jan 2015 07:06:56 -0800 Subject: [PATCH] fix has-binary to work with all objects [gunta] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d966162..f6c4c34f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "component-emitter": "1.1.2", "object-component": "0.0.3", "socket.io-parser": "2.2.2", - "has-binary": "0.1.5", + "has-binary": "0.1.6", "indexof": "0.0.1", "parseuri": "0.0.2", "to-array": "0.1.3",