Skip to content

Commit

Permalink
Merge pull request #162 from taion/browser-rawsocket
Browse files Browse the repository at this point in the history
Exclude rawsocket entirely from browser builds
  • Loading branch information
Tobias Oberstein committed Oct 11, 2015
2 parents 44b474c + e32f44f commit 9f88856
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 9f88856

Please sign in to comment.