From ce1b28ca1bebcf552cc08caf1c0a5e1d02e97444 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Fri, 10 Feb 2012 10:54:01 -0700 Subject: [PATCH] upgrade postprocess to 0.2.4, really unblocks issue #835 - this version of postprocess includes more extensive tests to verify that it's usage does not interfere with various supported semantics of express. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1b14dacb..6eb5f6ddf 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "node-statsd": "https://github.com/downloads/lloyd/node-statsd/3a73de.tgz", "nodemailer": "0.1.18", "optimist": "0.2.8", - "postprocess": "0.2.3", + "postprocess": "0.2.4", "semver": "1.0.12", "temp": "0.2.0", "uglify-js": "1.0.6", -- GitLab