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 81f4bc3 commit 725fd01Copy full SHA for 725fd01
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 unistUtilSource > unist-util-source.js",
38
"build-mangle": "browserify . -s unistUtilSource -p tinyify > unist-util-source.min.js",
39
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments