Skip to content

Commit

Permalink
#2 update dependencies for v4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
David Pacheco committed Oct 13, 2016
1 parent 75b14fe commit c29d5a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion examples/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
var mod_assert = require('assert');
var mod_kang = require('../lib/kang');
var mod_os = require('os');
var mod_restify = require('restify');

var port = 8080;

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kang",
"version": "1.0.1",
"version": "1.1.0",
"description": "debugging for distributed systems",
"main": "./lib/kang.js",
"bin": {
Expand All @@ -11,12 +11,12 @@
"url": "git://github.com/davepacheco/kang.git"
},
"dependencies": {
"jsprim": "0.4.0",
"posix-getopt": "0.0.1",
"restify": "2.6.0",
"jsprim": "^1.3.1",
"posix-getopt": "^1.2.0",
"restify": "4.1.1",
"restify-clients": "1.1.1",
"strsplit": "1.0.0",
"vasync": "1.3.3"
"strsplit": "^1.0.0",
"vasync": "^1.6.4"
},
"engines": [
"node >=0.6.0"
Expand Down

0 comments on commit c29d5a8

Please sign in to comment.