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 b4914b2 commit 3e28a51Copy full SHA for 3e28a51
package.json
@@ -42,7 +42,7 @@
42
"xo": "^0.24.0"
43
},
44
"scripts": {
45
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
46
"build-bundle": "browserify . -s hastscript > hastscript.js",
47
"build-mangle": "browserify . -s hastscript -p tinyify > hastscript.min.js",
48
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments