Skip to content

Commit 125e13f

Browse files
author
jspdown
committed
Pre-release 0.0.2: Updated version on Bower
1 parent 74dbabc commit 125e13f

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ node_modules/
99
/docs/
1010
/test/coverage/
1111
!.gitignore
12-
dist/
13-
css/
12+
css/

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,40 @@ Directives
1414
* [popup](https://github.com/angularify/angular-semantic-ui/tree/master/src/popup)
1515
* [rating](https://github.com/angularify/angular-semantic-ui/tree/master/src/rating)
1616
* [sidebar](https://github.com/angularify/angular-semantic-ui/tree/master/src/sidebar)
17+
* [wizard](https://github.com/angularify/angular-semantic-ui/tree/master/src/wizard)
18+
19+
**IMPORTANT** angular-semantic-ui is only 0.0.2, and **NOT PRODUCTION READY**.
20+
21+
Installation
22+
----------------------
23+
24+
```
25+
$ bower install angular-semantic-ui
26+
```
1727

18-
**IMPORTANT** angular-semantic-ui is only 0.0.1, and not production ready.
1928

2029
Building
2130
----------------------
2231

2332
Get main [repo](https://github.com/angularify/angular-semantic-ui) with:
2433

2534
```
26-
git clone https://github.com/angularify/angular-semantic-ui.git
35+
$ git clone https://github.com/angularify/angular-semantic-ui.git
2736
```
2837

2938
Than go to the `angular-semantic-ui` directory and install dependencies:
3039

3140
```
32-
npm install && bower install
41+
$ npm install && bower install
3342
```
3443

3544
Then execute:
3645

3746
```
38-
grunt build && grunt test
47+
$ grunt build && grunt test
3948
```
4049

41-
There will be: `dist/angular-semantic-ui-x.x.x.js`.
50+
There will be: `dist/angular-semantic-ui.js`.
4251

4352
Contribution
4453
----------------------

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-semantic-ui",
33
"description": "Angular - AngularJS directives for Semantic UI.",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"keywords": [
66
"angular",
77
"ui"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-semantic-ui",
33
"description": "Angular - AngularJS directives for Semantic UI.",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"keywords": [
66
"angular",
77
"ui",

0 commit comments

Comments
 (0)