From c62a00ffc36255701f12c62998a55326b39765b2 Mon Sep 17 00:00:00 2001 From: Andrew Sellers Date: Wed, 25 Nov 2015 16:59:21 +0000 Subject: [PATCH] Updated lwip dependency to latest version Fixes issue when installing with Node version 4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4dbc2d..86e07e3 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "json2css": "^6.1.0", "layout": "~2.2.0", "lodash": "^3.3.1", - "lwip": "0.0.6", + "lwip": "0.0.8", "mkdirp": "^0.5.0", "mustache": "^1.1.0", "nomnom": "^1.8.1",