Skip to content

Commit 512241e

Browse files
committed
Update dev-dependencies
1 parent 6ed60d3 commit 512241e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
"xtend": "^4.0.1"
3434
},
3535
"devDependencies": {
36-
"browserify": "^13.0.1",
36+
"browserify": "^14.0.0",
3737
"esmangle": "^1.0.1",
3838
"nyc": "^10.0.0",
39-
"remark-cli": "^2.0.0",
40-
"remark-preset-wooorm": "^1.0.0",
39+
"remark-cli": "^3.0.0",
40+
"remark-preset-wooorm": "^2.0.0",
4141
"tape": "^4.0.0",
4242
"xo": "^0.17.1"
4343
},
4444
"scripts": {
45-
"build-md": "remark . --quiet --frail",
45+
"build-md": "remark . -qfo",
4646
"build-bundle": "browserify index.js --bare -s mdastUtilToHAST > mdast-util-to-hast.js",
4747
"build-mangle": "esmangle mdast-util-to-hast.js > mdast-util-to-hast.min.js",
4848
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -66,7 +66,6 @@
6666
]
6767
},
6868
"remarkConfig": {
69-
"output": true,
70-
"presets": "wooorm"
69+
"plugins": ["preset-wooorm"]
7170
}
7271
}

0 commit comments

Comments
 (0)