From e748be32da843211e68e60e3ec247bbfeef1d33a Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Mon, 1 Jul 2013 16:29:56 -0400 Subject: [PATCH] Bump Commoner version to fix EMFILE errors. Finally found a more robust solution for the "too many open files" problem: https://github.com/benjamn/commoner/commit/ad72ba42db. Closes #137. Closes #138. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e531b0e7c35..d85eb0a0d73 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "base62": "~0.1.1", - "commoner": "~0.7.0", + "commoner": "~0.7.1", "esprima": "https://github.com/facebook/esprima/tarball/a3e0ea3979eb8d54d8bfade220c272903f928b1e", "recast": "~0.4.8", "source-map": "~0.1.22"