From 41593b3ea77466103648b630458cb33fc8f42b4b Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Sun, 25 Sep 2016 16:41:49 +0200 Subject: [PATCH] Update season package in npm to fix parsing error Fixes the Travis build failures --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 827997e5..c2e22111 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "repository": "https://github.com/github/linguist", "dependencies": { - "season": "~>5.0" + "season": "~>5.4" }, "license": "MIT" }