Skip to content

Commit

Permalink
Merge pull request aickin#18 from Alorel/greenkeeper/node-zopfli-es-1…
Browse files Browse the repository at this point in the history
….0.0

Update node-zopfli-es to the latest version 🚀
  • Loading branch information
Alorel authored Nov 2, 2018
2 parents 3e18cda + afba144 commit 13a1e8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
node_js:
- stable
- lts/boron
- lts/carbon

cache:
directories:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://alorel.github.io)",
"Douglas Christopher Wilson <[email protected]>",
Expand Down Expand Up @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 13a1e8c

Please sign in to comment.