Skip to content

Commit

Permalink
Removed unused dependency "he"
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiospampinato committed Jun 3, 2021
1 parent c77e7af commit 359ea05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"dagre-d3": "^0.6.4",
"entity-decode": "^2.0.2",
"graphlib": "^2.1.7",
"he": "^1.2.0",
"khroma": "^1.1.0",
"moment-mini": "^2.22.1",
"stylis": "^3.5.2"
Expand Down
1 change: 0 additions & 1 deletion src/mermaid.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 359ea05

Please sign in to comment.