Skip to content
This repository was archived by the owner on May 10, 2018. It is now read-only.

Commit 7235a59

Browse files
committed
chore(bower): change bower package name
1 parent 6ad03d8 commit 7235a59

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Proudly brought to you by the [@revolunet](http://twitter.com/revolunet) team.
1010

1111
## Usage :
1212

13-
1. If you use bower, just `bower install angular-carousel`.
13+
1. If you use bower, just `bower install angular-rn-carousel`.
1414
2. If not, add `angular-carousel.css`, `angular-carousel.js` to your code:
1515
```html
1616
<link href="lib/angular-carousel.css" rel="stylesheet" type="text/css" />

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"author": "revolunet",
3-
"name": "angular-carousel",
3+
"name": "angular-rn-carousel",
44
"description": "Mobile friendly AngularJS carousel",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"homepage": "https://github.com/revolunet/angular-carousel",
77
"repository": {
88
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-carousel",
33
"description": "Angular Carousel - Mobile friendly touch carousel for AngularJS",
4-
"version": "0.0.9",
4+
"version": "0.1.1",
55
"homepage": "http://revolunet.github.com/angular-carousel",
66
"author": "Julien Bouquillon <[email protected]>",
77
"repository": {

0 commit comments

Comments
 (0)