Skip to content

Commit

Permalink
upgrade to accord 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Escalante committed Dec 17, 2014
1 parent 513ef63 commit a218ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/compiler.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -346,4 +346,4 @@ class CompilePass

compile_or_pass = ->
if not @adapter.name then return @content
@adapter.render(@content, @opts)
@adapter.render(@content, @opts).then((r) -> r.result)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"doc": "doc"
},
"dependencies": {
"accord": "0.12.x",
"accord": "0.13.x",
"argparse": "0.1.x",
"charge": "0.0.3",
"chokidar": "0.9.x",
Expand Down

0 comments on commit a218ecc

Please sign in to comment.