Browse Source

Merge pull request #160 from gmetais/fix-node6

Update lwip dependency
Gaël Métais 9 năm trước cách đây
mục cha
commit
2afab43281
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      .travis.yml
  2. 2 2
      package.json

+ 1 - 1
.travis.yml

@@ -1,7 +1,7 @@
 language: node_js
 sudo: false
 node_js:
-  - "5.8"
+  - "6.2"
   - "0.12"
 env:
   - CXX=g++-4.8

+ 2 - 2
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",