mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 12:19:51 +01:00
removing github-flavored-markdown as a dependency as it is no longer supported. switch to use marked instead
This commit is contained in:
parent
eb1bbb92c0
commit
5fa685b602
|
|
@ -6,7 +6,7 @@
|
|||
var express = require('../../')
|
||||
, http = require('http')
|
||||
, GithubView = require('./github-view')
|
||||
, md = require('github-flavored-markdown').parse;
|
||||
, md = require('marked').parse;
|
||||
|
||||
var app = module.exports = express();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user