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 1515579 commit 74932f4Copy full SHA for 74932f4
package.json
@@ -26,13 +26,13 @@
26
},
27
"devDependencies": {
28
"browserify": "^16.0.0",
29
- "nyc": "^13.0.0",
30
- "prettier": "^1.13.5",
+ "nyc": "^14.0.0",
+ "prettier": "^1.0.0",
31
"remark-cli": "^6.0.0",
32
- "remark-preset-wooorm": "^4.0.0",
33
- "tape": "^4.4.0",
34
- "tinyify": "^2.4.3",
35
- "xo": "^0.23.0"
+ "remark-preset-wooorm": "^5.0.0",
+ "tape": "^4.0.0",
+ "tinyify": "^2.0.0",
+ "xo": "^0.24.0"
36
37
"scripts": {
38
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
0 commit comments