Skip to content

Commit

Permalink
fix bower name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Kleine Samson committed Feb 24, 2015
1 parent 8175508 commit 37be65d
Showing 1 changed file with 4 additions and 4 deletions.
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 37be65d

Please sign in to comment.