Skip to content

Commit c20d384

Browse files
authored
Merge pull request #133 from masx200/deno-dependency-updates
Update dependencies
2 parents 33ec36b + 4c90700 commit c20d384

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.prettierrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"tabWidth": 4,
33
"singleQuote": false,
4-
"plugins":["@prettier/plugin-xml"]
4+
"plugins": ["@prettier/plugin-xml"]
55
}

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
"author": "masx200 <34191203+masx200@users.noreply.github.com>",
1111
"license": "MIT",
1212
"description": "#### 介绍",
13-
"scripts": { "format": "./node_modules/.bin/prettier --w */*/*.yml */*.yml *.xml" },
13+
"scripts": {
14+
"format": "./node_modules/.bin/prettier --w */*/*.yml */*.yml *.xml"
15+
},
1416
"keywords": [],
1517
"devDependencies": {
1618
"prettier": "^2.8.8",
17-
"@prettier/plugin-xml":"2.2.0"
19+
"@prettier/plugin-xml": "2.2.0"
1820
}
1921
}

0 commit comments

Comments
 (0)