Skip to content

Commit 9e3a605

Browse files
committed
Update dev-dependencies
1 parent 6d70b59 commit 9e3a605

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

package.json

+11-6
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,17 @@
2121
"files": [
2222
"index.js"
2323
],
24-
"dependencies": {},
24+
"dependencies": {
25+
"eslint-plugin-ava": "^4.2.0"
26+
},
2527
"devDependencies": {
2628
"browserify": "^14.0.0",
2729
"esmangle": "^1.0.0",
28-
"nyc": "^10.0.0",
29-
"remark-cli": "^2.1.0",
30-
"remark-preset-wooorm": "^1.0.0",
30+
"nyc": "^11.0.0",
31+
"remark-cli": "^3.0.0",
32+
"remark-preset-wooorm": "^3.0.0",
3133
"tape": "^4.4.0",
32-
"xo": "^0.17.1"
34+
"xo": "^0.18.2"
3335
},
3436
"scripts": {
3537
"build-md": "remark . --quiet --frail --output",
@@ -43,6 +45,7 @@
4345
},
4446
"xo": {
4547
"space": true,
48+
"esnext": false,
4649
"ignore": [
4750
"mdast-util-to-string.js"
4851
]
@@ -54,6 +57,8 @@
5457
"branches": 100
5558
},
5659
"remarkConfig": {
57-
"presets": "wooorm"
60+
"plugins": [
61+
"preset-wooorm"
62+
]
5863
}
5964
}

0 commit comments

Comments
 (0)