Skip to content

Commit a873da3

Browse files
committed
dependencies to enable it to behave on node 0.10.0
1 parent 8ee2509 commit a873da3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@
4343
"when": "https://github.com/cujojs/when/archive/noisy-deferred-then.tar.gz",
4444
"rest": "https://github.com/s2js/rest/archive/dev.tar.gz",
4545
"express": "3.0.6",
46-
"bower": "0.6.8",
46+
"bower": "0.8.5",
4747
"mime": "1.2.9",
48-
"priorityqueuejs": "0.1.0",
49-
"memwatch": "0.2.0"
48+
"priorityqueuejs": "0.1.0"
5049
},
5150
"devDependencies": {
5251
"fake-fs": "https://github.com/eldargab/node-fake-fs/archive/50f54e9551d9ece5578213564268021d4976db26.tar.gz",

server/routes/debug-routes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
******************************************************************************/
1313

1414
//See: memwatch: https://hacks.mozilla.org/2012/11/tracking-down-memory-leaks-in-node-js-a-node-js-holiday-season/
15-
1615
//TODO: why does this have issues when deployed on CF, could because I run 32 bit and cf has 64 bit.
1716
// is it deploying my locally compiled stuff onto CF?
1817
//var memwatch = require('memwatch');

0 commit comments

Comments
 (0)