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 38bcbd7 commit afebbaaCopy full SHA for afebbaa
package.json
@@ -52,17 +52,17 @@
52
"zwitch": "^1.0.0"
53
},
54
"devDependencies": {
55
- "dtslint": "^3.0.0",
+ "dtslint": "^4.0.0",
56
"nyc": "^15.0.0",
57
"prettier": "^2.0.0",
58
- "remark-cli": "^8.0.0",
59
- "remark-preset-wooorm": "^7.0.0",
+ "remark-cli": "^9.0.0",
+ "remark-preset-wooorm": "^8.0.0",
60
"tape": "^5.0.0",
61
"unist-builder": "^2.0.0",
62
- "xo": "^0.32.0"
+ "xo": "^0.34.0"
63
64
"scripts": {
65
- "format": "remark . -qfo && prettier . --write && xo --fix",
+ "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
66
"test-api": "node test",
67
"test-coverage": "nyc --reporter lcov tape test/index.js",
68
"test-types": "dtslint types",
0 commit comments