Skip to content

Commit

Permalink
Pre-release 0.0.2: Updated version on Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
jspdown committed Mar 19, 2015
1 parent 74dbabc commit 125e13f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ node_modules/
/docs/
/test/coverage/
!.gitignore
dist/
css/
css/
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,40 @@ Directives
* [popup](https://github.com/angularify/angular-semantic-ui/tree/master/src/popup)
* [rating](https://github.com/angularify/angular-semantic-ui/tree/master/src/rating)
* [sidebar](https://github.com/angularify/angular-semantic-ui/tree/master/src/sidebar)
* [wizard](https://github.com/angularify/angular-semantic-ui/tree/master/src/wizard)

**IMPORTANT** angular-semantic-ui is only 0.0.2, and **NOT PRODUCTION READY**.

Installation
----------------------

```
$ bower install angular-semantic-ui
```

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

Building
----------------------

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

```
git clone https://github.com/angularify/angular-semantic-ui.git
$ git clone https://github.com/angularify/angular-semantic-ui.git
```

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

```
npm install && bower install
$ npm install && bower install
```

Then execute:

```
grunt build && grunt test
$ grunt build && grunt test
```

There will be: `dist/angular-semantic-ui-x.x.x.js`.
There will be: `dist/angular-semantic-ui.js`.

Contribution
----------------------
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-semantic-ui",
"description": "Angular - AngularJS directives for Semantic UI.",
"version": "0.0.1",
"version": "0.0.2",
"keywords": [
"angular",
"ui"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-semantic-ui",
"description": "Angular - AngularJS directives for Semantic UI.",
"version": "0.0.1",
"version": "0.0.2",
"keywords": [
"angular",
"ui",
Expand Down

0 comments on commit 125e13f

Please sign in to comment.