Skip to content

Commit 02d0f79

Browse files
committed
Fix something
1 parent 627bd16 commit 02d0f79

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ CSS_SOURCES ?= $(shell find web_src/less -type f)
5151

5252
JS_DEST := public/js/index.js
5353
CSS_DEST := public/css/index.css
54-
5554
BINDATA_DEST := modules/public/bindata.go modules/options/bindata.go modules/templates/bindata.go
5655

5756
JS_DEST_DIR := public/js

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"eslint": "6.8.0",
2424
"eslint-config-airbnb-base": "14.0.0",
2525
"eslint-plugin-import": "2.19.1",
26-
"fomantic-ui": "2.8.3",
2726
"less": "3.10.3",
2827
"postcss-cli": "7.1.0",
2928
"style-loader": "1.1.2",

semantic.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
"menu",
4343
"message",
4444
"modal",
45+
"popup",
46+
"progress",
4547
"reset",
4648
"search",
4749
"segment",

0 commit comments

Comments
 (0)