Skip to content

Commit a290268

Browse files
committed
package.json
1 parent d5a67c4 commit a290268

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
File renamed without changes.

.vscode/launch.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "node",
3+
"request": "launch",
4+
"name": "Prettier Debug",
5+
"program": "${workspaceFolder}/node_modules/prettier/bin-prettier.js",
6+
"args": ["--debug-path", "lgsm/modules/command_monitor.sh"]
7+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"test": "tests"
66
},
77
"devDependencies": {
8-
"prettier": "^2.7.1",
8+
"prettier": "^2.8.7",
99
"prettier-plugin-sh": "^0.12.8"
1010
},
1111
"scripts": {

0 commit comments

Comments
 (0)