Skip to content

Commit

Permalink
Better install.json options for size (v0.1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Jun 24, 2014
1 parent 99041ce commit 24e6163
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "social-icons",
"version": "0.1.2",
"version": "0.1.3",
"description": "Social icon links for a website.",
"authors": [
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"
Expand Down
14 changes: 14 additions & 0 deletions install.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@
"size": {
"title": "Size",
"type": "string",
"enum": [
"1em",
"2em",
"3em",
"4em",
"5em"
],
"enumNames": {
"1em": "Tiny",
"2em": "Small",
"3em": "Normal",
"4em": "Large",
"5em": "Huge"
},
"default": "3em"
},
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "social-icons",
"version": "0.1.2",
"version": "0.1.3",
"description": "Social icon links for a website.",
"authors": [
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion social-icons.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24e6163

Please sign in to comment.