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 5b03fc3 commit 9f935f0Copy full SHA for 9f935f0
package.json
@@ -26,13 +26,13 @@
26
"browserify": "^16.0.0",
27
"nyc": "^14.0.0",
28
"prettier": "^1.0.0",
29
- "remark": "^10.0.0",
30
- "remark-cli": "^6.0.0",
31
- "remark-preset-wooorm": "^5.0.0",
+ "remark": "^11.0.0",
+ "remark-cli": "^7.0.0",
+ "remark-preset-wooorm": "^6.0.0",
32
"tape": "^4.0.0",
33
"tinyify": "^2.0.0",
34
- "unist-builder": "^1.0.0",
35
- "xo": "^0.24.0"
+ "unist-builder": "^2.0.0",
+ "xo": "^0.25.0"
36
},
37
"scripts": {
38
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
0 commit comments