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 ff6dd06 commit 08c11d4Copy full SHA for 08c11d4
package.json
@@ -36,7 +36,7 @@
36
"xo": "^0.23.0"
37
},
38
"scripts": {
39
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
40
"build-bundle": "browserify . -s unistUtilModifyChildren > unist-util-modify-children.js",
41
"build-mangle": "browserify . -s unistUtilModifyChildren -p tinyify > unist-util-modify-children.min.js",
42
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments