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 1609850 commit 3b8253eCopy full SHA for 3b8253e
package.json
@@ -37,13 +37,13 @@
37
"dtslint": "^4.0.0",
38
"nyc": "^15.0.0",
39
"prettier": "^2.0.0",
40
- "remark-cli": "^8.0.0",
41
- "remark-preset-wooorm": "^7.0.0",
+ "remark-cli": "^9.0.0",
+ "remark-preset-wooorm": "^8.0.0",
42
"tape": "^5.0.0",
43
- "xo": "^0.33.0"
+ "xo": "^0.34.0"
44
},
45
"scripts": {
46
- "format": "remark . -qfo && prettier . --write && xo --fix",
+ "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
47
"test-api": "node test",
48
"test-coverage": "nyc --reporter lcov tape test.js",
49
"test-types": "dtslint types",
0 commit comments