Skip to content

Commit

Permalink
Merge pull request roots-dev#11 from dbox/master
Browse files Browse the repository at this point in the history
bump autoprefixer, changed :markdown to :marked, add js-tranformer-marked as dependency
  • Loading branch information
Jeff Escalante committed Jul 1, 2015
2 parents 1aecd02 + 4e1fe5d commit c6368c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"name": "<%= S(name).dasherize().value() %>",
"description": "<%= description %>",
"dependencies": {
"autoprefixer-stylus": "0.6.x",
"autoprefixer-stylus": "0.7.x",
"axis": "0.4.x",
"coffee-script": "1.9.x",
"css-pipeline": "0.2.x",
"jade": "1.x",
"js-pipeline": "0.2.x",
"jstransformer-marked": "0.0.x",
"marked": "0.3.x",
"rupture": "0.6.x",
"stylus": "0.51.x"
Expand Down
2 changes: 1 addition & 1 deletion root/views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ extends layout

block content
h3 Welcome to roots!
:markdown
:marked
Find tutorials and documentation at http://roots.cx : )

0 comments on commit c6368c2

Please sign in to comment.