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 186b5db commit 64570a6Copy full SHA for 64570a6
package.json
@@ -33,7 +33,7 @@
33
"xo": "^0.23.0"
34
},
35
"scripts": {
36
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
37
"build-bundle": "browserify . -s hastUtilInteractive > hast-util-interactive.js",
38
"build-mangle": "browserify . -s hastUtilInteractive -p tinyify > hast-util-interactive.min.js",
39
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments