From 57c10ae8b6d5c24a6964c95f89b2af2e95ecdfcd Mon Sep 17 00:00:00 2001 From: Alexey Orlenko Date: Sun, 26 Feb 2017 08:08:11 +0200 Subject: [PATCH] lint: update remark Update the Markdown linting tools. PR-URL: https://github.com/metarhia/JSTP/pull/87 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1820a580..0987cb6a 100644 --- a/package.json +++ b/package.json @@ -49,9 +49,9 @@ "karma-safari-launcher": "^1.0.0", "karma-webpack": "^2.0.1", "mocha": "^3.2.0", - "remark-cli": "^2.1.0", - "remark-lint": "^5.4.0", - "remark-validate-links": "^5.0.0", + "remark-cli": "^3.0.0", + "remark-lint": "^6.0.0", + "remark-validate-links": "^6.0.0", "webpack": "^2.2.1" }, "scripts": {