From 2a04044d07d782874d40285cbfa8bfa37c0ec8b1 Mon Sep 17 00:00:00 2001 From: Iristyle Date: Sun, 17 Mar 2013 16:01:08 -0400 Subject: [PATCH] EthanBrown.SublimeText2.WebPackages 0.0.4 - Add Http Requester --- .../EthanBrown.SublimeText2.WebPackages.nuspec | 5 ++++- .../tools/Package Control.sublime-settings | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/EthanBrown.SublimeText2.WebPackages/EthanBrown.SublimeText2.WebPackages.nuspec b/EthanBrown.SublimeText2.WebPackages/EthanBrown.SublimeText2.WebPackages.nuspec index cb32785..f220422 100644 --- a/EthanBrown.SublimeText2.WebPackages/EthanBrown.SublimeText2.WebPackages.nuspec +++ b/EthanBrown.SublimeText2.WebPackages/EthanBrown.SublimeText2.WebPackages.nuspec @@ -3,7 +3,7 @@ EthanBrown.SublimeText2.WebPackages Sublime Text 2 - Web Development Packages - 0.0.3 + 0.0.4 Various Ethan Brown A number of packages helpful for auto-completion, snippets and syntax recognition of common web frameowrks and tools to increase editor productivity. @@ -39,6 +39,9 @@ - HTML5 https://github.com/mrmartineau/HTML5 + - Http Requester + https://github.com/braindamageinc/SublimeHttpRequester + - jQuery https://github.com/SublimeText/jQuery diff --git a/EthanBrown.SublimeText2.WebPackages/tools/Package Control.sublime-settings b/EthanBrown.SublimeText2.WebPackages/tools/Package Control.sublime-settings index e111a83..7feb5be 100644 --- a/EthanBrown.SublimeText2.WebPackages/tools/Package Control.sublime-settings +++ b/EthanBrown.SublimeText2.WebPackages/tools/Package Control.sublime-settings @@ -10,6 +10,7 @@ "Grunt", "Hayaku - tools for writing CSS faster", "HTML5", + "Http Requester", "jQuery", "LESS", "LiveReload",