Skip to content

Commit

Permalink
⬆️ doppler MAC key bindings + tool version and documentation link in …
Browse files Browse the repository at this point in the history
…the help panel
  • Loading branch information
drom committed May 9, 2024
1 parent 9d02b56 commit b20c85c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vcdrom.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const getHandler = (content, inst) => async readers => {
pluginLocalStore
],
pluginRightPanel: (elo) => {
elo.rightPanel.innerHTML = stringify(helpPanel.mlPanel(keyBindo));
elo.rightPanel.innerHTML = stringify(helpPanel.mlPanel(keyBindo, pkg.version));
}
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/wavedrom/vcdrom#readme",
"devDependencies": {
"@drom/eslint-config": "^0.12.0",
"@wavedrom/doppler": "^1.11.0",
"@wavedrom/doppler": "^1.12.0",
"browserify": "^17.0.0",
"eslint": "^8.56.0",
"http-server": "^14.1.0",
Expand Down

0 comments on commit b20c85c

Please sign in to comment.