1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-17 23:54:28 +01:00

bump marked and flatmap (#11814)

This commit is contained in:
Bram Kragten
2022-02-23 22:11:13 +01:00
committed by GitHub
parent 43d4f55392
commit aa831a9adf
5 changed files with 105 additions and 477 deletions

View File

@@ -3,7 +3,7 @@
const gulp = require("gulp");
const fs = require("fs");
const path = require("path");
const marked = require("marked");
const { marked } = require("marked");
const glob = require("glob");
const yaml = require("js-yaml");