Skip to content

Commit f5496c7

Browse files
committed
update package.json
1 parent 08a8da2 commit f5496c7

File tree

3 files changed

+24
-228
lines changed

3 files changed

+24
-228
lines changed

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"plugins": ["prettier-plugin-sh"]
2+
"plugins": ["prettier-plugin-sh"]
33
}

package-lock.json

Lines changed: 21 additions & 225 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"test": "tests"
66
},
77
"devDependencies": {
8-
"prettier": "^2.8.8",
9-
"prettier-plugin-sh": "^0.12.8"
8+
"prettier": "^3.0.3",
9+
"prettier-plugin-sh": "^0.13.1"
1010
},
1111
"scripts": {
1212
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)