Skip to content

Commit

Permalink
https://github.com/lloyd/node-memwatch/issues/79
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cresswell committed Jul 25, 2017
1 parent c02c7c2 commit 4c27517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"async": "^0.9.0",
"chance": "^0.7.3",
"express": "^4.12.3",
"memwatch": "^0.2.2",
"memwatch-next": "^0.3.0",
"node-uuid": "^1.4.3",
"redtape": "^1.0.0",
"tape": "^3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/stashback.tests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var redtape = require('redtape')
var async = require('async')
var _ = require('lodash')
var memwatch = require('memwatch')
var memwatch = require('memwatch-next')
var callback = function() {}

var it = redtape({
Expand Down

0 comments on commit 4c27517

Please sign in to comment.