Skip to content

Commit

Permalink
Fixed dependency versions, changed name field to title
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Aug 26, 2013
1 parent 9a35bc7 commit 8da3d6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/basic.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Example
title: Example
author:
name: Aaron Patterson
twitter: @tenderlove
Expand Down
1 change: 1 addition & 0 deletions lib/cleaver.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function Cleaver(options) {
if (!options.file) throw "!! Please specify a file with the --file option";

// filenames which will be used to read in data
// TODO: refactor templating and static files into its own thing
this.stylesheetFile = Cleaver.ROOT_DIR + 'styles/default.css';
this.templateFile = Cleaver.ROOT_DIR + 'templates/layout.mustache';
this.jqueryFile = Cleaver.ROOT_DIR + 'resources/jquery.min.js';
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
"cleaver": "./bin/cleaver"
},
"dependencies" : {
"optimist": "0.3.x",
"mustache": "0.7.x",
"optimist": "0.3.5",
"mustache": "0.7.0",
"q": "0.9.6",
"node-markdown": "0.1.x"
"node-markdown": "0.1.1",
"yaml": "0.2.3"
}
}

0 comments on commit 8da3d6d

Please sign in to comment.