forked from jdan/cleaver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed options parsing and debugging logic - fixes jdan#105
- Loading branch information
Jordan Scales
committed
Feb 17, 2015
1 parent
f3e7291
commit 00d4243
Showing
4 changed files
with
59 additions
and
44 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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "cleaver", | ||
"preferGlobal": true, | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"author": "Jordan Scales <[email protected]>", | ||
"description": "30-second slideshows for hackers", | ||
"keywords": [ | ||
|
@@ -19,13 +19,13 @@ | |
"url": "https://github.com/jdan/cleaver.git" | ||
}, | ||
"dependencies": { | ||
"mustache": "0.7.0", | ||
"q": "0.9.6", | ||
"js-yaml": "2.1.0", | ||
"commander": "~2.1.0", | ||
"debug": "^2.1.1", | ||
"highlight.js": "~7.3.0", | ||
"js-yaml": "2.1.0", | ||
"marked": "~0.2.9", | ||
"commander": "~2.1.0", | ||
"debug": "~0.8.0" | ||
"mustache": "0.7.0", | ||
"q": "0.9.6" | ||
}, | ||
"devDependencies": { | ||
"jshint": "~2.3.0" | ||
|