From 357569d02af0780e44ad46c93acb57d63dbcee7e Mon Sep 17 00:00:00 2001 From: Victor Felder Date: Fri, 23 Feb 2018 22:49:32 +0100 Subject: [PATCH] remark-images-download: missing dep --- packages/remark-images-download/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/remark-images-download/package.json b/packages/remark-images-download/package.json index 11d37be15..fb8410e33 100644 --- a/packages/remark-images-download/package.json +++ b/packages/remark-images-download/package.json @@ -37,6 +37,7 @@ "is-svg": "^2.1.0", "read-chunk": "^2.1.0", "request": "^2.81.0", + "rimraf": "^2.6.2", "shortid": "^2.2.8", "unist-util-visit": "^1.1.3" }, @@ -54,7 +55,6 @@ "rehype-stringify": "^3.0.0", "remark-parse": "^5.0.0", "remark-rehype": "^3.0.0", - "rimraf": "^2.6.2", "unified": "^6.1.5" } }