From 28eb03ed299b973ba9665faf5072bb2d52da4f8e Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 25 Nov 2014 20:48:45 -0700 Subject: [PATCH] :arrow_up: command-palette to fix exception on call to ::command Fixes #4318 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e164fe8e..65307f3fd 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "background-tips": "0.17.0", "bookmarks": "0.30.0", "bracket-matcher": "0.62.0", - "command-palette": "0.28.0", + "command-palette": "0.29.0", "deprecation-cop": "0.18.0", "dev-live-reload": "0.35.0", "encoding-selector": "0.8.0",