We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458b9f3 commit 5465214Copy full SHA for 5465214
.prettierignore
@@ -1,3 +1,5 @@
1
coverage/
2
hastscript.js
3
hastscript.min.js
4
+*.json
5
+*.md
package.json
@@ -47,13 +47,13 @@
47
"remark-cli": "^8.0.0",
48
"remark-preset-wooorm": "^7.0.0",
49
"svg-tag-names": "^2.0.0",
50
- "tape": "^4.0.0",
+ "tape": "^5.0.0",
51
"tinyify": "^2.0.0",
52
- "xo": "^0.29.0"
+ "xo": "^0.32.0"
53
},
54
"scripts": {
55
"generate": "node build",
56
- "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
+ "format": "remark . -qfo && prettier . --write && xo --fix",
57
"build-bundle": "browserify . -s hastscript > hastscript.js",
58
"build-mangle": "browserify . -s hastscript -p tinyify > hastscript.min.js",
59
"build": "npm run build-bundle && npm run build-mangle",
0 commit comments