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
This commit is contained in:
Tim Schaub
2014-03-27 16:11:38 -06:00
parent 2add376113
commit 2dd3bd88ea

View File

@@ -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"
}
}