Skip to content

Commit a1747e9

Browse files
committed
Update dev-dependencies
1 parent c6bdab5 commit a1747e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"remark-preset-wooorm": "^8.0.0",
3636
"tape": "^5.0.0",
3737
"unist-builder": "^2.0.0",
38-
"xo": "^0.33.0"
38+
"xo": "^0.35.0"
3939
},
4040
"scripts": {
41-
"format": "remark . -qfo && prettier . --write && xo --fix",
41+
"format": "remark . -qfo && prettier . --write --loglevel warn && xo --fix",
4242
"test-api": "node test",
4343
"test-coverage": "nyc --reporter lcov tape test.js",
4444
"test": "npm run format && npm run test-coverage"

0 commit comments

Comments
 (0)