Skip to content

Commit a90c8a2

Browse files
committed
Update dev-dependencies
1 parent adab22d commit a90c8a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
"tape": "^5.0.0",
5555
"tinyify": "^2.0.0",
5656
"unist-builder": "^2.0.0",
57-
"xo": "^0.30.0"
57+
"xo": "^0.32.0"
5858
},
5959
"scripts": {
60-
"format": "remark . -qfo && prettier --write . && xo --fix",
60+
"format": "remark . -qfo && prettier . --write && xo --fix",
6161
"build-bundle": "browserify . -s hastUtilToHtml > hast-util-to-html.js",
6262
"build-mangle": "browserify . -s hastUtilToHtml -p tinyify > hast-util-to-html.min.js",
6363
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)