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 6c901bd commit d496353Copy full SHA for d496353
package.json
@@ -31,7 +31,7 @@
31
"xo": "^0.23.0"
32
},
33
"scripts": {
34
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
35
"build-bundle": "browserify . -s unistUtilSize > unist-util-size.js",
36
"build-mangle": "browserify . -s unistUtilSize -p tinyify > unist-util-size.min.js",
37
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments