Skip to content

Commit

Permalink
Clapming versions of nuid and node. (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart authored May 1, 2018
1 parent 7a7b67d commit ba31e72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/nats.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var net = require('net'),
/**
* Constants
*/
var VERSION = '0.8.8',
var VERSION = '0.8.10',

DEFAULT_PORT = 4222,
DEFAULT_PRE = 'nats://localhost:',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nats",
"version": "0.8.8",
"version": "0.8.10",
"description": "Node.js client for NATS, a lightweight, high-performance cloud native messaging system",
"keywords": [
"nats",
Expand Down Expand Up @@ -38,10 +38,10 @@
"fmt": "js-beautify -n --config crockford.jscsrc -r lib/* test/*.js test/support/*.js examples/* benchmark/*.js"
},
"engines": {
"node": ">= 0.10.x"
"node": ">= 0.10.x <10.0.0"
},
"dependencies": {
"nuid": ">=0.6.14"
"nuid": "^0.6.14"
},
"devDependencies": {
"coveralls": "^2.11.2",
Expand Down

0 comments on commit ba31e72

Please sign in to comment.