-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Guille Paz
committed
Apr 8, 2015
1 parent
6961db3
commit 98c8301
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"repository": "[email protected]:mango/slideout.git", | ||
"description": "A touch slideout navigation menu for your mobile web apps.", | ||
"author": "Guille Paz <[email protected]>", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"dependencies": { | ||
"decouple": "0.0.1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"repo": "mango/slideout", | ||
"description": "A touch slideout navigation menu for your mobile web apps.", | ||
"author": "Guille Paz <[email protected]>", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"twitter": "@mango", | ||
"keywords": [ | ||
"slideout", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"repository": "[email protected]:mango/slideout.git", | ||
"description": "A touch slideout navigation menu for your mobile web apps.", | ||
"author": "Guille Paz <[email protected]>", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"scripts": { | ||
"build": "node browserify.js", | ||
"test": "npm run build && node_modules/.bin/_mocha", | ||
|