Skip to content

Commit 173e5f7

Browse files
Updated component to version 2.4.1
1 parent f8d5795 commit 173e5f7

File tree

6 files changed

+10
-31
lines changed

6 files changed

+10
-31
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-
"nag.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": ["nag.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
}

index.js

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

nag.js

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

nag.min.js

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

package.json

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

0 commit comments

Comments
 (0)