We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967a25a commit 504c6bbCopy full SHA for 504c6bb
package.json
@@ -34,7 +34,7 @@
34
"xo": "^0.24.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 hastUtilAssert > hast-util-assert.js",
39
"build-mangle": "browserify . -s hastUtilAssert -p tinyify > hast-util-assert.min.js",
40
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments