We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d70b59 commit 9e3a605Copy full SHA for 9e3a605
package.json
@@ -21,15 +21,17 @@
21
"files": [
22
"index.js"
23
],
24
- "dependencies": {},
+ "dependencies": {
25
+ "eslint-plugin-ava": "^4.2.0"
26
+ },
27
"devDependencies": {
28
"browserify": "^14.0.0",
29
"esmangle": "^1.0.0",
- "nyc": "^10.0.0",
- "remark-cli": "^2.1.0",
30
- "remark-preset-wooorm": "^1.0.0",
+ "nyc": "^11.0.0",
31
+ "remark-cli": "^3.0.0",
32
+ "remark-preset-wooorm": "^3.0.0",
33
"tape": "^4.4.0",
- "xo": "^0.17.1"
34
+ "xo": "^0.18.2"
35
},
36
"scripts": {
37
"build-md": "remark . --quiet --frail --output",
@@ -43,6 +45,7 @@
43
45
44
46
"xo": {
47
"space": true,
48
+ "esnext": false,
49
"ignore": [
50
"mdast-util-to-string.js"
51
]
@@ -54,6 +57,8 @@
54
57
"branches": 100
55
58
56
59
"remarkConfig": {
- "presets": "wooorm"
60
+ "plugins": [
61
+ "preset-wooorm"
62
+ ]
63
}
64
0 commit comments