From b4517c5393047e53deac0e09c5f5fec989dbe1be Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 21 Feb 2014 17:23:23 -0800 Subject: [PATCH] Upgrade to biscotto 2.x Closes #1571 --- build/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/package.json b/build/package.json index 2ec7a7141..ab7926564 100644 --- a/build/package.json +++ b/build/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "async": "~0.2.9", - "biscotto": "1.x", + "biscotto": "2.x", "formidable": "~1.0.14", "fs-plus": "2.x", "github-releases": "~0.2.0",