Skip to content

Commit f9092f7

Browse files
committed
Update dev-dependencies
1 parent 9987fa8 commit f9092f7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"browserify": "^13.0.0",
2828
"esmangle": "^1.0.1",
2929
"nyc": "^10.0.0",
30-
"remark-cli": "^2.1.0",
31-
"remark-preset-wooorm": "^1.0.0",
30+
"remark-cli": "^3.0.0",
31+
"remark-preset-wooorm": "^2.0.0",
3232
"tape": "^4.4.0",
3333
"xo": "^0.17.0"
3434
},
@@ -55,6 +55,8 @@
5555
"branches": 100
5656
},
5757
"remarkConfig": {
58-
"presets": "wooorm"
58+
"plugins": [
59+
"preset-wooorm"
60+
]
5961
}
6062
}

0 commit comments

Comments
 (0)