Skip to content

Commit ddb66ef

Browse files
committed
Update dev-dependencies
1 parent 893ee76 commit ddb66ef

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"has": "^1.0.1",
3131
"nlcst-to-string": "^2.0.0",
3232
"nyc": "^10.1.0",
33-
"remark-cli": "^2.0.0",
34-
"remark-preset-wooorm": "^1.0.0",
35-
"retext": "^4.0.0",
33+
"remark-cli": "^3.0.0",
34+
"remark-preset-wooorm": "^2.0.0",
35+
"retext": "^5.0.0",
3636
"rimraf": "^2.5.4",
3737
"tape": "^4.0.0",
3838
"to-vfile": "^2.0.0",
@@ -41,7 +41,7 @@
4141
"xo": "^0.17.1"
4242
},
4343
"scripts": {
44-
"build-md": "remark . --quiet --frail",
44+
"build-md": "remark . -qfo",
4545
"build": "npm run build-md",
4646
"lint": "xo",
4747
"test-api": "node test",
@@ -58,7 +58,6 @@
5858
"space": true
5959
},
6060
"remarkConfig": {
61-
"output": true,
62-
"presets": "wooorm"
61+
"plugins": ["preset-wooorm"]
6362
}
6463
}

test/processor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var diff = require('..');
88
module.exports = retext()
99
.use(lorem)
1010
.use(diff)
11-
.abstract();
11+
.freeze();
1212

1313
function lorem() {
1414
return transformer;

0 commit comments

Comments
 (0)