Merge pull request #2109 from fabiospampinato/no-useless-prod-deps

Removed some non-production dependencies from the list of production dependencies
This commit is contained in:
Knut Sveidqvist
2021-06-25 10:27:17 +02:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
* Web page integration module for the mermaid framework. It uses the mermaidAPI for mermaid functionality and to render
* the diagrams to svg code.
*/
// import { decode } from 'he';
import decode from 'entity-decode/browser';
import { log } from './logger';
import mermaidAPI from './mermaidAPI';