Browse Source

slight tweak to spec json

pull/55/head
jlukic 11 years ago
parent
commit
bd6b25455d
1 changed files with 2 additions and 2 deletions
  1. 4
      spec/button.json

4
spec/button.json

@ -1,6 +1,6 @@
{ {
// Package Name (SubType Type)
// Package Name (Name Type)
"Name" : "Semantic Button", "Name" : "Semantic Button",
// Version # // Version #
@ -15,7 +15,7 @@
// ID of UI components that must be included // ID of UI components that must be included
"Dependencies" : [], "Dependencies" : [],
// list of required components in "id name" format
// list of required components in "name type" format
"Coupling" : ["semantic icon", "semantic loader"], "Coupling" : ["semantic icon", "semantic loader"],
// List of mutually exclusive types with their koan generators <https://github.com/zodoz/jquery-ZenCoding> // List of mutually exclusive types with their koan generators <https://github.com/zodoz/jquery-ZenCoding>

Loading…
Cancel
Save