Skip to content

Commit afba144

Browse files
committed
Set node version requirement to 8.x to match that of node-zopfli-es
1 parent 3c9f2e6 commit afba144

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: false
33
node_js:
44
- stable
55
- lts/boron
6-
- lts/carbon
76

87
cache:
98
directories:

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shrink-ray-current",
33
"description": "Node.js compression middleware with brotli and zopfli support",
4-
"version": "2.1.2",
4+
"version": "3.0.0",
55
"contributors": [
66
"Arturas Molcanovas <[email protected]> (https://alorel.github.io)",
77
"Douglas Christopher Wilson <[email protected]>",
@@ -48,11 +48,11 @@
4848
"coveralls": "^3.0.0",
4949
"expect": "^23.0.0",
5050
"mocha": "^5.0.0",
51-
"nyc": "^12.0.1",
51+
"nyc": "^13.1.0",
5252
"supertest": "^3.0.0"
5353
},
5454
"engines": {
55-
"node": ">=6.0"
55+
"node": ">=8.0"
5656
},
5757
"scripts": {
5858
"reinstall": "rm -rf node_modules package-lock.json && npm install",

0 commit comments

Comments
 (0)