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 70c4f23 commit fe14024Copy full SHA for fe14024
package.json
@@ -35,7 +35,7 @@
35
"xo": "^0.20.0"
36
},
37
"scripts": {
38
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
39
"build-bundle": "browserify index.js --no-builtins -s unistUtilFindBefore > unist-util-find-before.js",
40
"build-mangle": "esmangle unist-util-find-before.js > unist-util-find-before.min.js",
41
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments