Comparing version 5.1.1 to 5.2.0
{ | ||
"name": "zeromq", | ||
"version": "5.1.1", | ||
"version": "5.2.0", | ||
"description": "ZeroMQ for node.js", | ||
@@ -19,3 +19,2 @@ "main": "index", | ||
"mocha": "^5.0.0", | ||
"node-abi": "2.11.0", | ||
"nyc": "^12.0.2", | ||
@@ -22,0 +21,0 @@ "prebuild": "^9.1.1", |
@@ -39,3 +39,3 @@ # zeromq.js | ||
```bash | ||
npm install zeromq | ||
npm install zeromq@5 | ||
``` | ||
@@ -51,3 +51,3 @@ windows users: | ||
```bash | ||
npm install zeromq --zmq-external | ||
npm install zeromq@5 --zmq-external | ||
``` | ||
@@ -107,3 +107,3 @@ | ||
```bash | ||
npm install zeromq | ||
npm install zeromq@5 | ||
``` | ||
@@ -110,0 +110,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
171256
7