Skip to content

Commit

Permalink
bump to use mobiledoc-dom-renderer 0.1.12, with list support
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Sep 1, 2015
1 parent a6659ef commit 41e0605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion broccoli/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module.exports = function() {
var rendererDir = path.join(
path.dirname(
require.resolve('mobiledoc-dom-renderer')
)
),
'dist', 'global'
);
// find the global build relative to the commonjs `main` entrypoint
var htmlrendererDir = path.join(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"broccoli-test-builder": "^0.1.0",
"content-kit-utils": "^0.2.0",
"jquery": "^2.1.4",
"mobiledoc-dom-renderer": "^0.1.10",
"mobiledoc-dom-renderer": "^0.1.12",
"mobiledoc-html-renderer": "^0.1.6",
"testem": "^0.8.4"
}
Expand Down

0 comments on commit 41e0605

Please sign in to comment.