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 9e2447b commit d9c1e7eCopy full SHA for d9c1e7e
package.json
@@ -38,7 +38,7 @@
38
"xo": "^0.24.0"
39
},
40
"scripts": {
41
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
42
"build-bundle": "browserify . -s hastUtilToParse5 > hast-util-to-parse5.js",
43
"build-mangle": "browserify . -s hastUtilToParse5 -p tinyify > hast-util-to-parse5.min.js",
44
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments