Skip to content

Commit 8a0a296

Browse files
committed
Update dev-dependencies
1 parent 35f20b4 commit 8a0a296

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
coverage/
22
unist-util-inspect.js
33
unist-util-inspect.min.js
4+
*.json
5+
*.md

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
"unist-builder": "^2.0.0",
5555
"xastscript": "^1.0.0",
5656
"xast-util-from-xml": "^1.0.0",
57-
"xo": "^0.29.0"
57+
"xo": "^0.32.0"
5858
},
5959
"scripts": {
60-
"format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
60+
"format": "remark . -qfo && prettier . --write && xo --fix",
6161
"build-bundle": "browserify . -s unistUtilInspect > unist-util-inspect.js",
6262
"build-mangle": "browserify . -s unistUtilInspect -p tinyify > unist-util-inspect.min.js",
6363
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)