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 ba2c192 commit 48aaa49Copy full SHA for 48aaa49
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 unistUtilAssert > unist-util-assert.js",
38
"build-mangle": "browserify . -s unistUtilAssert -p tinyify > unist-util-assert.min.js",
39
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments