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 169d279 commit e4292c5Copy full SHA for e4292c5
package.json
@@ -31,17 +31,17 @@
31
"space-separated-tokens": "^1.0.0"
32
},
33
"devDependencies": {
34
- "hastscript": "^5.0.0",
+ "hastscript": "^6.0.0",
35
"nyc": "^15.0.0",
36
"prettier": "^2.0.0",
37
- "remark-cli": "^8.0.0",
38
- "remark-preset-wooorm": "^7.0.0",
+ "remark-cli": "^9.0.0",
+ "remark-preset-wooorm": "^8.0.0",
39
"tape": "^5.0.0",
40
"unist-builder": "^2.0.0",
41
- "xo": "^0.32.0"
+ "xo": "^0.34.0"
42
43
"scripts": {
44
- "format": "remark . -qfo && prettier . --write && xo --fix",
+ "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
45
"test-api": "node test",
46
"test-coverage": "nyc --reporter lcov tape test.js",
47
"test": "npm run format && npm run test-coverage"
0 commit comments