We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adab22d commit a90c8a2Copy full SHA for a90c8a2
package.json
@@ -54,10 +54,10 @@
54
"tape": "^5.0.0",
55
"tinyify": "^2.0.0",
56
"unist-builder": "^2.0.0",
57
- "xo": "^0.30.0"
+ "xo": "^0.32.0"
58
},
59
"scripts": {
60
- "format": "remark . -qfo && prettier --write . && xo --fix",
+ "format": "remark . -qfo && prettier . --write && xo --fix",
61
"build-bundle": "browserify . -s hastUtilToHtml > hast-util-to-html.js",
62
"build-mangle": "browserify . -s hastUtilToHtml -p tinyify > hast-util-to-html.min.js",
63
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments