We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a06eee commit 0c324b6Copy full SHA for 0c324b6
package.json
@@ -49,7 +49,7 @@
49
"xo": "^0.24.0"
50
},
51
"scripts": {
52
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
53
"build-bundle": "browserify . -s hastUtilToNLCST > hast-util-to-nlcst.js",
54
"build-mangle": "browserify . -s hastUtilToNLCST -p tinyify > hast-util-to-nlcst.min.js",
55
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments