From 2dd3bd88ea0ce58c21183a964a4d39da8b198fff Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 27 Mar 2014 16:11:38 -0600 Subject: [PATCH] Update node packages * closure-util - Driving the compiler, not watching spurious files * async - Bugfixes not related to our use, but this may sidestep the Travis errors we're seeing --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fd4defd2bf..3c8f7b8561 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ "url": "https://github.com/openlayers/ol3/issues" }, "devDependencies": { - "closure-util": "~0.8.2", + "closure-util": "~0.9.0", "async": "~0.2.10", - "htmlparser2": "~3.4.0", + "htmlparser2": "~3.7.1", "jshint": "~2.4.4" } }