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 07d8ff9 commit 4342b64Copy full SHA for 4342b64
package.json
@@ -52,7 +52,7 @@
52
"xo": "^0.24.0"
53
},
54
"scripts": {
55
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
56
"build-bundle": "browserify . -s hastUtilSelect > hast-util-select.js",
57
"build-mangle": "browserify . -s hastUtilSelect -p tinyify > hast-util-select.min.js",
58
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments