Fix require of marked to work with current version
This commit is contained in:
parent
7faf358e92
commit
fce750ab39
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
const {promises: fs} = require("fs")
|
||||
const path = require("path")
|
||||
const {Glob} = require("glob")
|
||||
const marked = require("marked")
|
||||
const {marked} = require("marked")
|
||||
// Accept just about anything
|
||||
const babelParser = require("@babel/parser")
|
||||
// Peer dependency on `request`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue