EthanBrown.SublimeText2.WebPackages 0.0.4

- Add Http Requester
This commit is contained in:
Iristyle
2013-03-17 16:01:08 -04:00
parent 2dbf85a675
commit 2a04044d07
2 changed files with 5 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
<metadata> <metadata>
<id>EthanBrown.SublimeText2.WebPackages</id> <id>EthanBrown.SublimeText2.WebPackages</id>
<title>Sublime Text 2 - Web Development Packages</title> <title>Sublime Text 2 - Web Development Packages</title>
<version>0.0.3</version> <version>0.0.4</version>
<authors>Various</authors> <authors>Various</authors>
<owners>Ethan Brown</owners> <owners>Ethan Brown</owners>
<summary>A number of packages helpful for auto-completion, snippets and syntax recognition of common web frameowrks and tools to increase editor productivity.</summary> <summary>A number of packages helpful for auto-completion, snippets and syntax recognition of common web frameowrks and tools to increase editor productivity.</summary>
@@ -39,6 +39,9 @@
- HTML5 - HTML5
https://github.com/mrmartineau/HTML5 https://github.com/mrmartineau/HTML5
- Http Requester
https://github.com/braindamageinc/SublimeHttpRequester
- jQuery - jQuery
https://github.com/SublimeText/jQuery https://github.com/SublimeText/jQuery

View File

@@ -10,6 +10,7 @@
"Grunt", "Grunt",
"Hayaku - tools for writing CSS faster", "Hayaku - tools for writing CSS faster",
"HTML5", "HTML5",
"Http Requester",
"jQuery", "jQuery",
"LESS", "LESS",
"LiveReload", "LiveReload",