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 6598441 commit d08d485Copy full SHA for d08d485
package.json
@@ -34,7 +34,7 @@
34
"xo": "^0.23.0"
35
},
36
"scripts": {
37
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
38
"build-bundle": "browserify . -s mdastUtilHeadingStyle > mdast-util-heading-style.js",
39
"build-mangle": "browserify . -s mdastUtilHeadingStyle -p tinyify > mdast-util-heading-style.min.js",
40
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments