From c5741ca509a6a8fd1fbc9bcc740b0a542db76f61 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Sat, 17 Feb 2018 17:15:51 +0100 Subject: [PATCH] Temporary disable jsonlint from travis (zaach/jsonlint#103) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c1fc88e2..e1f65e6e5 100644 --- a/Makefile +++ b/Makefile @@ -97,4 +97,4 @@ publish: $(CD) npm && $(NPM) publish $(RM) -rf npm -lint: eslint jsonlint +lint: eslint