Skip to content

Commit

Permalink
mermaid-cli v11 (#140)
Browse files Browse the repository at this point in the history
* uped version of mermaid-cli

* activated shebang ad to don't get the Exec format error
  • Loading branch information
vgoehler authored Dec 17, 2024
1 parent 77eea7f commit 06da3ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// #! /usr/bin/env node
#! /usr/bin/env node
const pandoc = require('pandoc-filter')
const process = require('process')
const utils = require('./lib/filter')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"mermaid-filter": "index.js"
},
"dependencies": {
"@mermaid-js/mermaid-cli": "^10",
"@mermaid-js/mermaid-cli": "^11",
"imgur": "^0.3.1",
"minimist": ">=0.2.1",
"pandoc-filter": "^2.2.0",
Expand Down

0 comments on commit 06da3ce

Please sign in to comment.