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",