Update package.json to not depend on missing version of trycatch

This commit is contained in:
Tim Caswell 2012-01-24 10:09:50 -08:00
parent 540dcaa1e3
commit 323878136b
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
"express": "2.5.5",
"jade": ">= 0.0.1",
"markdown": "~0.3.1",
"trycatch": "~0.1.0"
"trycatch": "~0.0.9"
}
}