Skip to content

Commit

Permalink
Merge pull request Mango#2 from rkleine/fix/bower-name
Browse files Browse the repository at this point in the history
Fix/bower name
  • Loading branch information
pazguille committed Feb 24, 2015
2 parents a31f17b + 37be65d commit eaf840f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
node_modules
node_modules
bower_components
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

$ npm install slideout

$ bower install slideout
$ bower install https://github.com/Mango/slideout.git

$ component install mango/slideout

Expand Down
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sildeout",
"repository": "git@github.com:mango/sildeout.git",
"name": "slideout",
"repository": "git@github.com:mango/slideout.git",
"description": "A touch slideout navigation menu for your mobile web apps.",
"author": "Guille Paz <guille87paz@gmail.com>",
"version": "0.1.1",
Expand All @@ -18,7 +18,7 @@
"test",
"demo"
],
"homepage": "https://github.com/mango/sildeout",
"homepage": "https://github.com/mango/slideout",
"moduleType": [
"adecouplemd",
"globals",
Expand All @@ -30,6 +30,6 @@
"menu",
"touch"
],
"main": "dist/sildeout",
"main": "dist/slideout.js",
"license": "MIT"
}

0 comments on commit eaf840f

Please sign in to comment.