Skip to content

Commit f0d6094

Browse files
authored
Merge pull request #7 from esatterwhite/master
updating zmq deps to work with latest node/zmq
2 parents 4010daf + 6d6006c commit f0d6094

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

100755100644
+2-3
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@
2828
},
2929
"main": "lib/index.js",
3030
"dependencies": {
31-
"zmq": "2.5.x",
32-
"async": "0.2.x"
31+
"async": "^2.0.1",
32+
"zmq": "^2.15.3"
3333
},
3434
"devDependencies": {
3535
"watchit": "0.0.4",
36-
"async": "0.2.x",
3736
"coffee-script": "~1.3.1"
3837
}
3938
}

0 commit comments

Comments
 (0)