From dac72eec209131709cec2f2178215cf7e11989f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Thu, 19 May 2016 16:03:33 +0200 Subject: [PATCH 1/2] Fix an installation bug with Node v6 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4c6e11e..29302be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yellowlabtools", - "version": "1.10.0", + "version": "1.10.1", "description": "Online tool to audit a webpage for performance and front-end quality issues", "license": "GPL-2.0", "author": { @@ -41,7 +41,7 @@ "imagemin": "4.0.0", "imagemin-jpegoptim": "4.1.0", "is-http2": "1.0.4", - "lwip": "0.0.8", + "lwip": "0.0.9", "meow": "3.7.0", "minimize": "1.8.1", "parse-color": "1.0.0", From d1a09260d51cc516cb32d9fe8cd1cf46f42290da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Thu, 19 May 2016 16:21:43 +0200 Subject: [PATCH 2/2] Travis test Node v6.2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b29d5f5..80a5f98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js sudo: false node_js: - - "5.8" + - "6.2" - "0.12" env: - CXX=g++-4.8