diff options
author | Joe Robinson <joe@lc8n.com> | 2016-10-16 22:57:53 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2016-10-16 22:57:53 +0100 |
commit | bfee3c296ac544b02e7f176f4082059e9bb8d5b7 (patch) | |
tree | 5416cb5268b578e65dd6316d7d0edf946cf9f412 /semantic.json | |
parent | d48d14f88cc6cc339af189666f8287532fb7a309 (diff) | |
parent | 5483fbd98ebd7a6ba3827f5fe5af095fb0290655 (diff) |
Merge branch 'irc-framework' into 'master'
Irc framework
Moves all existing command and handler code to use the KiwiIRC irc-framework library https://github.com/kiwiirc/irc-framework
Removes the irc.js library
See merge request !1
Diffstat (limited to 'semantic.json')
-rw-r--r--[-rwxr-xr-x] | semantic.json | 56 |
1 files changed, 3 insertions, 53 deletions
diff --git a/semantic.json b/semantic.json index 41c6498..8f70635 100755..100644 --- a/semantic.json +++ b/semantic.json @@ -16,57 +16,7 @@ "clean": "dist/" }, "permission": false, - "rtl": "No", - "components": [ - "reset", - "site", - "button", - "container", - "divider", - "flag", - "header", - "icon", - "image", - "input", - "label", - "list", - "loader", - "rail", - "reveal", - "segment", - "step", - "breadcrumb", - "form", - "grid", - "menu", - "message", - "table", - "ad", - "card", - "comment", - "feed", - "item", - "statistic", - "accordion", - "checkbox", - "dimmer", - "dropdown", - "embed", - "modal", - "nag", - "popup", - "progress", - "rating", - "search", - "shape", - "sidebar", - "sticky", - "tab", - "transition", - "api", - "form", - "state", - "visibility" - ], - "version": "2.1.8" + "autoInstall": false, + "rtl": false, + "version": "2.2.4" }
\ No newline at end of file |