From 301c571405d70ea07861591f712b561191c0e0a6 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Tue, 16 Jul 2013 15:42:17 -0400 Subject: [PATCH] Upgrade Commoner and Populist to force upgrade to graceful-fs v2.0.0. A silent upgrade from graceful-fs v1.2.2 to v1.2.3 (a dependency for both Commoner and Populist) broke the build process, even though tests were still passing. The 2.0.0 version fixes whatever was broken, though I won't pretend to know exactly what the root cause was. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d35a9af1b8..da8d0bc2da 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "base62": "~0.1.1", - "commoner": "~0.8.3", + "commoner": "~0.8.4", "esprima": "https://github.com/facebook/esprima/tarball/a3e0ea3979eb8d54d8bfade220c272903f928b1e", "recast": "~0.4.8", "source-map": "~0.1.22" @@ -44,7 +44,7 @@ "devDependencies": { "browserify": "~2.24.1", "wrapup": "~0.12.0", - "populist": "~0.1.2", + "populist": "~0.1.3", "grunt-cli": "~0.1.9", "grunt": "~0.4.1", "grunt-contrib-copy": "~0.4.1",