Skip to content

Commit

Permalink
Merge pull request #209 from Razorfish-Central/master
Browse files Browse the repository at this point in the history
bumped jade dependency to 1.x.x and fixed syntax warning
  • Loading branch information
jnordberg committed Jan 16, 2014
2 parents 9902aec + fb78432 commit f7ddad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/blog/templates/index.jade
Expand Up @@ -10,7 +10,7 @@ block content
h2
a(href=article.url)= article.title
section.content
!{ typogr(article.intro).typogrify() }
| !{ typogr(article.intro).typogrify() }
if article.hasMore
p.more
a(href=article.url) more
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"coffee-script": ">=1.3.0",
"async": "0.2.x",
"highlight.js": "7.x.x",
"jade": ">=0.25.0",
"jade": "1.x.x",
"ncp": "0.2.x",
"rimraf": "2.x.x",
"winston": "0.6.x",
Expand Down

0 comments on commit f7ddad5

Please sign in to comment.