Skip to content

Commit

Permalink
support for node 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Jul 31, 2015
1 parent 063fe99 commit 16560ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- 0.8
- 0.10
- 0.12

before_script:
- "npm install"
Expand Down
2 changes: 1 addition & 1 deletion lib/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var misc = require('./misc.js'),
timeout = require('when/timeout'),
util = require('util'),
usage = require('usage'),
memwatch = require('memwatch');
memwatch = require('memwatch-next');

var debug = process.env['cluster2'];
function log() {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"ejs": "~0.8.4",
"npm": "~1.3.0",
"when": "~2.4.0",
"memwatch": "~0.2.2",
"usage": "~0.3.8"
"memwatch-next": "~0.2.7",
"usage": "~0.7.0"
},
"devDependencies": {
"websocket": "~1.0.8",
Expand Down

0 comments on commit 16560ef

Please sign in to comment.