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 3756c4a commit d71cc98Copy full SHA for d71cc98
package.json
@@ -35,7 +35,7 @@
35
"xo": "^0.23.0"
36
},
37
"scripts": {
38
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
39
"build-bundle": "browserify . --bare -s unistUtilInspect > unist-util-inspect.js",
40
"build-mangle": "browserify . --bare -s unistUtilInspect -p tinyify > unist-util-inspect.min.js",
41
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments