Switch compressor to use CommonJS packages for ShrinkSafe, etc.

This commit is contained in:
Tom Robinson
2010-02-15 21:26:02 -08:00
parent 289df53fb4
commit c201990cb0
4 changed files with 34 additions and 54 deletions
+1
View File
@@ -50,6 +50,7 @@ function ensurePackageUpToDate(packageName, requiredVersion, options)
// UPDATE THESE TO PICK UP CORRESPONDING CHANGES IN DEPENDENCIES
ensurePackageUpToDate("jake", "0.1.2");
ensurePackageUpToDate("browserjs", "0.1.1");
ensurePackageUpToDate("shrinksafe", "0.2");
ensurePackageUpToDate("narwhal", "0.2.1", {
noupdate : true,
message : "Update Narwhal to 0.2.1 by running bootstrap.sh, or pulling the latest from git (see: http://github.com/280north/narwhal)."