From b05e20245faf492c07ff2cb6077aa90b444ae603 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Sun, 26 Jan 2014 14:26:14 -0700 Subject: [PATCH] Upgrade find and replace to 0.80.0 to fix invalid regex exceptions And also to remove live project search --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f943faaec..4029690aa 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "editor-stats": "0.12.0", "exception-reporting": "0.12.0", "feedback": "0.22.0", - "find-and-replace": "0.79.0", + "find-and-replace": "0.80.0", "fuzzy-finder": "0.31.0", "gists": "0.15.0", "git-diff": "0.23.0",