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 7c2e567 commit 520eb9cCopy full SHA for 520eb9c
package.json
@@ -46,7 +46,7 @@
46
"xo": "^0.24.0"
47
},
48
"scripts": {
49
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
50
"build-bundle": "browserify index.js -s hastUtilRaw > hast-util-raw.js",
51
"build-mangle": "browserify index.js -s hastUtilRaw -p tinyify > hast-util-raw.min.js",
52
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments