Skip to content

Commit

Permalink
[dist] pin down deps and add requires-port
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Dec 8, 2014
1 parent 75a9a2d commit 81874f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"main" : "index.js",

"dependencies" : {
"eventemitter3" : "*"
"eventemitter3" : "0.x.x",

This comment has been minimized.

Copy link
@vorcigernix

vorcigernix Apr 22, 2015

anything wrong with 1.0.0 ?

"requires-port" : "0.x.x"
},
"devDependencies": {
"mocha" : "*",
Expand All @@ -26,7 +27,7 @@
"coveralls" : "*",
"mocha-lcov-reporter": "*",
"blanket" : "*",
"ws" : "*",
"ws" : "~0.5.0",
"socket.io" : "*",
"socket.io-client" : "*",
"async" : "*"
Expand Down

0 comments on commit 81874f7

Please sign in to comment.