Skip to content

Commit 3e60d5e

Browse files
committedAug 14, 2017
Update dev-dependencies
1 parent d129621 commit 3e60d5e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"esmangle": "^1.0.0",
2727
"nyc": "^11.0.0",
2828
"rehype-stringify": "^3.0.0",
29-
"remark-cli": "^3.0.0",
30-
"remark-parse": "^3.0.0",
29+
"remark-cli": "^4.0.0",
30+
"remark-parse": "^4.0.0",
3131
"remark-preset-wooorm": "^3.0.0",
3232
"remark-rehype": "^2.0.0",
3333
"tape": "^4.0.0",
@@ -58,6 +58,8 @@
5858
]
5959
},
6060
"remarkConfig": {
61-
"plugins": ["preset-wooorm"]
61+
"plugins": [
62+
"preset-wooorm"
63+
]
6264
}
6365
}

0 commit comments

Comments
 (0)
Please sign in to comment.