Skip to content

Commit 2058257

Browse files
Updated component to version 2.4.1
1 parent bdbb7e7 commit 2058257

5 files changed

+9
-30
lines changed

bower.json

+4-20
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,8 @@
66
"name": "Jack Lukic",
77
"web": "http://www.jacklukic.com"
88
},
9-
"ignore": [
10-
"docs",
11-
"node",
12-
"server",
13-
"spec",
14-
"src",
15-
"test"
16-
],
17-
"keywords": [
18-
"semantic",
19-
"ui",
20-
"css3",
21-
"framework"
22-
],
23-
"license": [
24-
"http://semantic-ui.mit-license.org/"
25-
],
26-
"main": [
27-
"statistic.css"
28-
]
9+
"ignore": ["docs", "node", "server", "spec", "src", "test"],
10+
"keywords": ["semantic", "ui", "css3", "framework"],
11+
"license": ["http://semantic-ui.mit-license.org/"],
12+
"main": ["statistic.css"]
2913
}

composer.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@
88
"web": "http://www.jacklukic.com",
99
"role": "Creator"
1010
}],
11-
"keywords": [
12-
"semantic",
13-
"ui",
14-
"css",
15-
"framework"
16-
],
11+
"keywords": ["semantic", "ui", "css", "framework"],
1712
"license": "MIT",
18-
"version": "2.4.0"
13+
"version": "2.4.1"
1914
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-ui-statistic",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"title": "Semantic UI - Statistic",
55
"description": "Single component release of statistic",
66
"homepage": "http://www.semantic-ui.com",

statistic.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.4.0 - Statistic
2+
* # Semantic UI 2.4.1 - Statistic
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

statistic.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)