diff --git a/.travis.yml b/.travis.yml index 2f0f82cb..212fd0a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ sudo: false node_js: - stable - lts/boron - - lts/carbon cache: directories: diff --git a/package.json b/package.json index 5ada4d35..3e679dd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shrink-ray-current", "description": "Node.js compression middleware with brotli and zopfli support", - "version": "2.1.2", + "version": "3.0.0", "contributors": [ "Arturas Molcanovas (https://alorel.github.io)", "Douglas Christopher Wilson ", @@ -39,7 +39,7 @@ "iltorb": "^2.0.0", "lru-cache": "^4.0.0", "multipipe": "^2.0.0", - "node-zopfli-es": "^0.0.2", + "node-zopfli-es": "^1.0.0", "on-headers": "^1.0.0", "stream-buffers": "^3.0.0", "vary": "^1.1.0" @@ -48,11 +48,11 @@ "coveralls": "^3.0.0", "expect": "^23.0.0", "mocha": "^5.0.0", - "nyc": "^12.0.1", + "nyc": "^13.1.0", "supertest": "^3.0.0" }, "engines": { - "node": ">=6.0" + "node": ">=8.0" }, "scripts": { "reinstall": "rm -rf node_modules package-lock.json && npm install",