Skip to content

Commit

Permalink
Update to memwatch-next for node 0.12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Feng committed May 29, 2015
1 parent 6ee4689 commit 8a55f92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion leak-detection/leak-detector.test.js
@@ -1,4 +1,4 @@
var memwatch = require('memwatch');
var memwatch = require('memwatch-next');

describe('leak detector', function() {
before(function() {
Expand Down
2 changes: 1 addition & 1 deletion leak-detection/mongodb.test.js
@@ -1,4 +1,4 @@
var memwatch = require('memwatch');
var memwatch = require('memwatch-next');
var Todo = require('./fixtures/todo');

describe('mongodb', function() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"benchmark": "^1.0.0",
"bluebird": "^2.9.12",
"loopback-datasource-juggler": "^2.28.0",
"memwatch": "^0.2.2",
"memwatch-next": "^0.2.6",
"mocha": "^2.1.0",
"rc": "^1.0.0",
"semver": "^4.2.0",
Expand Down

0 comments on commit 8a55f92

Please sign in to comment.