Update season package in npm to fix parsing error

Fixes the Travis build failures
This commit is contained in:
Paul Chaignon
2016-09-25 16:41:49 +02:00
parent e424e8e88c
commit 41593b3ea7

View File

@@ -1,7 +1,7 @@
{ {
"repository": "https://github.com/github/linguist", "repository": "https://github.com/github/linguist",
"dependencies": { "dependencies": {
"season": "~>5.0" "season": "~>5.4"
}, },
"license": "MIT" "license": "MIT"
} }