Skip to content

Commit c933403

Browse files
committed
Update dev-dependencies
1 parent 6197a53 commit c933403

File tree

1 file changed

+10
-23
lines changed

1 file changed

+10
-23
lines changed

package.json

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
"util",
1010
"utility"
1111
],
12-
"files": [
13-
"index.js"
14-
],
1512
"repository": "https://github.com/wooorm/unist-util-assert",
1613
"bugs": "https://github.com/wooorm/unist-util-assert/issues",
1714
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
@@ -22,20 +19,20 @@
2219
"x-is-array": "^0.1.0",
2320
"x-is-object": "^0.1.0"
2421
},
22+
"files": [
23+
"index.js"
24+
],
2525
"devDependencies": {
2626
"browserify": "^13.0.1",
2727
"esmangle": "^1.0.1",
28-
"nyc": "^7.0.0",
29-
"remark-cli": "^1.0.0",
30-
"remark-comment-config": "^4.0.0",
31-
"remark-github": "^5.0.0",
32-
"remark-lint": "^4.0.0",
33-
"remark-validate-links": "^4.0.0",
28+
"nyc": "^9.0.1",
29+
"remark-cli": "^2.0.0",
30+
"remark-preset-wooorm": "^1.0.0",
3431
"tape": "^4.0.0",
35-
"xo": "^0.16.0"
32+
"xo": "^0.17.0"
3633
},
3734
"scripts": {
38-
"build-md": "remark . --quiet --frail",
35+
"build-md": "remark . -qfo",
3936
"build-bundle": "browserify index.js -s unistUtilAssert > unist-util-assert.js",
4037
"build-mangle": "esmangle < unist-util-assert.js > unist-util-assert.min.js",
4138
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -51,8 +48,7 @@
5148
"eqeqeq": "off"
5249
},
5350
"ignores": [
54-
"unist-util-assert.js",
55-
"unist-util-assert.min.js"
51+
"unist-util-assert.js"
5652
]
5753
},
5854
"nyc": {
@@ -62,15 +58,6 @@
6258
"branches": 100
6359
},
6460
"remarkConfig": {
65-
"output": true,
66-
"plugins": [
67-
"comment-config",
68-
"github",
69-
"lint",
70-
"validate-links"
71-
],
72-
"settings": {
73-
"bullet": "*"
74-
}
61+
"presets": "wooorm"
7562
}
7663
}

0 commit comments

Comments
 (0)