Skip to content

Commit

Permalink
updating to data-uri 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwhittemore committed Mar 29, 2013
1 parent 5a40102 commit 786bbf6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -82,6 +82,7 @@ Attempts to generate the html, css, javascript and data-uris needed to render th

### 0.2.0

* Rework css and js config includes.
* Simplify the addition of custom styles
* Simplify the addition of deck.js extensions
* Add deck.js version selection options
Expand Down
6 changes: 6 additions & 0 deletions lib/deckmd.js
Expand Up @@ -188,6 +188,12 @@ exports.render = function(files, userConfig, callback){
************************* END MD CONCAT *********************
************************************************************/

/*
** 1. Gather Attributes for all files into one object.
** 2. Render into a Markdown
** 3. Append to md
*/

/************************************************************
*********************** START MD TO JADE ********************
************************************************************/
Expand Down
5 changes: 3 additions & 2 deletions package.json
@@ -1,8 +1,9 @@
{
"name": "deck.md",
"version": "0.0.6",
"version": "0.0.8",
"author": "Matthew Chase Whittemore <mcwhittemore@gmail.com>",
"description": "Single Markdown file to single Deck.js file",
"private": true,
"contributors": [
{
"name": "Matthew Chase Whittemore",
Expand All @@ -22,7 +23,7 @@
"dependencies": {
"jade": "0.27.6",
"markdown": "0.4.0",
"data-uri": "0.0.1"
"data-uri": "0.0.3"
},
"license": "MIT"
}

0 comments on commit 786bbf6

Please sign in to comment.