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 35b280e commit c92c0acCopy full SHA for c92c0ac
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 unistUtilIs > unist-util-is.js",
39
"build-mangle": "browserify . -s unistUtilIs -p tinyify > unist-util-is.min.js",
40
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments