Skip to content

Commit 5465214

Browse files
committed
Update dev-dependencies
1 parent 458b9f3 commit 5465214

File tree

3 files changed

+124
-122
lines changed

3 files changed

+124
-122
lines changed

Diff for: .prettierignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
coverage/
22
hastscript.js
33
hastscript.min.js
4+
*.json
5+
*.md

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
"remark-cli": "^8.0.0",
4848
"remark-preset-wooorm": "^7.0.0",
4949
"svg-tag-names": "^2.0.0",
50-
"tape": "^4.0.0",
50+
"tape": "^5.0.0",
5151
"tinyify": "^2.0.0",
52-
"xo": "^0.29.0"
52+
"xo": "^0.32.0"
5353
},
5454
"scripts": {
5555
"generate": "node build",
56-
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
56+
"format": "remark . -qfo && prettier . --write && xo --fix",
5757
"build-bundle": "browserify . -s hastscript > hastscript.js",
5858
"build-mangle": "browserify . -s hastscript -p tinyify > hastscript.min.js",
5959
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)