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 7acf444 commit 4f2f038Copy full SHA for 4f2f038
package.json
@@ -39,7 +39,7 @@
39
"xo": "^0.24.0"
40
},
41
"scripts": {
42
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
43
"build-bundle": "browserify . -s hastUtilFindAndReplace > hast-util-find-and-replace.js",
44
"build-mangle": "browserify . -s hastUtilFindAndReplace -p tinyify > hast-util-find-and-replace.min.js",
45
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments