From 2e66333aa6ef4504ce528c8c6544c86105c02f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Fri, 27 Jan 2017 18:17:37 +0100 Subject: [PATCH] Use less restrictive versions range for markup-it --- packages/gitbook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gitbook/package.json b/packages/gitbook/package.json index fbd85d054..acd32e773 100644 --- a/packages/gitbook/package.json +++ b/packages/gitbook/package.json @@ -43,7 +43,7 @@ "json-schema-defaults": "0.1.1", "jsonschema": "1.1.0", "juice": "2.0.0", - "markup-it": "3.2.2", + "markup-it": "^3.2.2", "mkdirp": "0.5.1", "moment": "2.13.0", "npm": "3.10.9",