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 c5c135b commit 6b0d9f1Copy full SHA for 6b0d9f1
package.json
@@ -41,7 +41,7 @@
41
"xo": "^0.24.0"
42
},
43
"scripts": {
44
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
45
"build-bundle": "browserify index.js -s hastUtilFromParse5 > hast-util-from-parse5.js",
46
"build-mangle": "browserify index.js -p tinyify -s hastUtilFromParse5 > hast-util-from-parse5.min.js",
47
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments