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 07cf160 commit 713451eCopy full SHA for 713451e
package.json
@@ -37,7 +37,7 @@
37
"xo": "^0.24.0"
38
},
39
"scripts": {
40
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
41
"build-bundle": "browserify . -s hastUtilSanitize > hast-util-sanitize.js",
42
"build-mangle": "browserify . -s hastUtilSanitize -p tinyify > hast-util-sanitize.min.js",
43
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments