diff --git a/package/package.json b/package/package.json index e0c5f3fd..5cb484b6 100644 --- a/package/package.json +++ b/package/package.json @@ -3,6 +3,9 @@ "version": "0.9.7", "description": "An implementation of The Web Application Messaging Protocol (WAMP).", "main": "index.js", + "browser": { + "lib/transport/rawsocket.js": false + }, "scripts": { "test": "nodeunit test/test.js" },