From 094a2564fe56f39ebb78dc0a43659639efb2a124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20Am=C3=A9rico?= Date: Sat, 9 Jul 2016 10:12:11 -0300 Subject: [PATCH 1/2] upgrade jison to 0.4.17 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d37d8a3..a9489b77 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "grunt-saucelabs": "8.x", "grunt-webpack": "^1.0.8", "istanbul": "github:kpdecker/istanbul", - "jison": "~0.3.0", + "jison": "^0.4.17", "mocha": "~1.20.0", "mock-stdin": "^0.3.0", "mustache": "^2.1.3", From e8722e255135907c3f783ff7a8abcaf52f5ceeb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20Am=C3=A9rico?= Date: Sat, 9 Jul 2016 11:55:03 -0300 Subject: [PATCH 2/2] stick to 0.4.16. Tests does no pass with 0.4.17 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9489b77..0918ff4f 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "grunt-saucelabs": "8.x", "grunt-webpack": "^1.0.8", "istanbul": "github:kpdecker/istanbul", - "jison": "^0.4.17", + "jison": "0.4.16", "mocha": "~1.20.0", "mock-stdin": "^0.3.0", "mustache": "^2.1.3",