From 149f7b6a2cc0e590be8cc7e4484f8640db29cff7 Mon Sep 17 00:00:00 2001 From: Val Erastov Date: Tue, 30 Aug 2022 19:46:38 -0700 Subject: [PATCH] fix start-with-docs after upgrading marked --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 52afe2f1..7892d463 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -4,7 +4,7 @@ const webpackConfig = require('./webpack.config'); const del = require('del'); const libAssets = require("./build/libAssets"); const glob = require("glob"); -const marked = require("marked"); +const {marked} = require("marked"); const Handlebars = require("handlebars"); const exec = require('child_process').exec;