Commit 691f59bb authored by wbond's avatar wbond

Merged pull request #150 - added Hex to HSL Color Converter

parent 7f338b1f
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
"https://github.com/ameyp/CscopeSublime", "https://github.com/ameyp/CscopeSublime",
"https://github.com/Anomareh/PHP-Twig.tmbundle", "https://github.com/Anomareh/PHP-Twig.tmbundle",
"https://github.com/aparajita/Cappuccino-Sublime", "https://github.com/aparajita/Cappuccino-Sublime",
"https://github.com/atadams/Hex-to-HSL-Color",
"https://github.com/Azd325/sublime-text-caniuse", "https://github.com/Azd325/sublime-text-caniuse",
"https://github.com/balazstth/subl-esp", "https://github.com/balazstth/subl-esp",
"https://github.com/benmatselby/sublime-docblox", "https://github.com/benmatselby/sublime-docblox",
...@@ -155,8 +156,7 @@ ...@@ -155,8 +156,7 @@
"https://raw.github.com/tiger2wander/sublime_packages/master/packages.json", "https://raw.github.com/tiger2wander/sublime_packages/master/packages.json",
"https://raw.github.com/timonwong/sublime_packages/master/packages.json", "https://raw.github.com/timonwong/sublime_packages/master/packages.json",
"https://raw.github.com/weslly/sublime_packages/master/packages.json", "https://raw.github.com/weslly/sublime_packages/master/packages.json",
"http://wuub.net/packages.json", "http://wuub.net/packages.json"
"https://github.com/atadams/Hex-to-HSL-Color"
], ],
"package_name_map": { "package_name_map": {
"Cappuccino-Sublime": "Cappuccino", "Cappuccino-Sublime": "Cappuccino",
...@@ -174,6 +174,7 @@ ...@@ -174,6 +174,7 @@
"handcrafted-haml-textmate-bundle": "Haml", "handcrafted-haml-textmate-bundle": "Haml",
"hasher": "Hasher", "hasher": "Hasher",
"haxe-sublime2-bundle" : "HaXe", "haxe-sublime2-bundle" : "HaXe",
"Hex-to-HSL-Color": "Hex to HSL Color Converter",
"iced-coffee-script-tmbundle" : "IcedCoffeeScript", "iced-coffee-script-tmbundle" : "IcedCoffeeScript",
"itodo": "iTodo", "itodo": "iTodo",
"jinja2-tmbundle": "Jinja2", "jinja2-tmbundle": "Jinja2",
...@@ -252,8 +253,7 @@ ...@@ -252,8 +253,7 @@
"TomDoc-Sublime" : "TomDoc", "TomDoc-Sublime" : "TomDoc",
"ValaForSublime" : "Vala", "ValaForSublime" : "Vala",
"whitespacecorrector" : "Whitespace Corrector", "whitespacecorrector" : "Whitespace Corrector",
"YUI-Compressor": "YUI Compressor", "YUI-Compressor": "YUI Compressor"
"Hex-to-HSL-Color": "Hex to HSL Color Converter"
}, },
"renamed_packages": { "renamed_packages": {
"IncDecValue": "Inc-Dec-Value", "IncDecValue": "Inc-Dec-Value",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment