Skip to content

Commit 77252a6

Browse files
committed
Update dev-dependencies
1 parent 994cbfc commit 77252a6

File tree

3 files changed

+9
-31
lines changed

3 files changed

+9
-31
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: node_js
22
node_js:
3-
- '0.11'
4-
- '0.12'
53
- '4.0'
64
- '5.0'
75
- '6.0'
8-
after_success: bash <(curl -s https://codecov.io/bash)
6+
after_script: bash <(curl -s https://codecov.io/bash)
97
deploy:
108
- provider: npm
119

package.json

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,13 @@
2828
"devDependencies": {
2929
"browserify": "^13.0.1",
3030
"esmangle": "^1.0.1",
31-
"nyc": "^7.0.0",
31+
"nyc": "^8.3.0",
3232
"parse5": "^2.1.5",
33-
"remark-cli": "^1.0.0",
34-
"remark-comment-config": "^4.0.0",
35-
"remark-github": "^5.0.0",
36-
"remark-lint": "^4.0.0",
37-
"remark-usage": "^4.0.0",
38-
"remark-validate-links": "^4.0.0",
33+
"remark-cli": "^2.0.0",
34+
"remark-preset-wooorm": "^1.0.0",
3935
"tape": "^4.0.0",
40-
"unist-util-inspect": "^4.0.0",
41-
"vfile": "^1.4.0",
42-
"xo": "^0.16.0"
36+
"vfile": "^2.0.0",
37+
"xo": "^0.17.0"
4338
},
4439
"scripts": {
4540
"build-md": "remark . --quiet --frail",
@@ -57,8 +52,7 @@
5752
"guard-for-in": "off"
5853
},
5954
"ignores": [
60-
"hast-util-from-parse5.js",
61-
"hast-util-from-parse5.min.js"
55+
"hast-util-from-parse5.js"
6256
]
6357
},
6458
"nyc": {
@@ -69,20 +63,6 @@
6963
},
7064
"remarkConfig": {
7165
"output": true,
72-
"plugins": {
73-
"comment-config": null,
74-
"github": null,
75-
"usage": null,
76-
"lint": {
77-
"heading-increment": false,
78-
"list-item-spacing": false,
79-
"no-duplicate-headings": false,
80-
"no-missing-blank-lines": false
81-
},
82-
"validate-links": null
83-
},
84-
"settings": {
85-
"bullet": "*"
86-
}
66+
"presets": "wooorm"
8767
}
8868
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ If given, the file should have the original HTML source as its contents.
7272
###### `options.verbose`
7373

7474
Whether to add positional information about starting tags, closing tags,
75-
and attributes to elements (`boolean`, default: `false`). Note: not used
75+
and attributes to elements (`boolean`, default: `false`). Note: not used
7676
without `file`.
7777

7878
For the following HTML:

0 commit comments

Comments
 (0)