Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Apr 5, 2023
1 parent d5a67c4 commit a290268
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
File renamed without changes.
7 changes: 7 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "node",
"request": "launch",
"name": "Prettier Debug",
"program": "${workspaceFolder}/node_modules/prettier/bin-prettier.js",
"args": ["--debug-path", "lgsm/modules/command_monitor.sh"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "tests"
},
"devDependencies": {
"prettier": "^2.7.1",
"prettier": "^2.8.7",
"prettier-plugin-sh": "^0.12.8"
},
"scripts": {
Expand Down

0 comments on commit a290268

Please sign in to comment.