Skip to content

Commit

Permalink
Switch to jade-legacy
Browse files Browse the repository at this point in the history
Refs #308
  • Loading branch information
jnordberg committed Dec 11, 2016
1 parent 6270600 commit 31ddafa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"chokidar": "~1.6.1",
"coffee-script": "~1.12.1",
"highlight.js": "~9.8.0",
"jade": "~1.11.0",
"jade-legacy": "~1.11.1",
"js-yaml": "~3.7.0",
"marked": "~0.3.6",
"mime": "~1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/jade.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
async = require 'async'
fs = require 'fs'
jade = require 'jade'
jade = require 'jade-legacy'
path = require 'path'

module.exports = (env, callback) ->
Expand Down

0 comments on commit 31ddafa

Please sign in to comment.