Skip to content

Commit

Permalink
rm node 4, 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Nov 20, 2017
1 parent 8b29f18 commit c60d02c
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 48 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
<<: *stdJob
- node_js: 6
<<: *stdJob
- node_js: 5
<<: *stdJob
- node_js: 4
- node_js: '6.0'
<<: *stdJob
- stage: Deploy
node_js: *node_latest
Expand Down
23 changes: 12 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "shrink-ray-current",
"description": "Node.js compression middleware with brotli and zopfli support",
"version": "1.0.0",
"contributors": [
"name": "shrink-ray-current",
"description": "Node.js compression middleware with brotli and zopfli support",
"version": "2.0.0",
"contributors": [
"Arturas Molcanovas <a.molcanovas@gmail.com> (https://alorel.github.io)",
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
"Sasha Aickin"
],
"license": "MIT",
"repository": {
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Alorel/shrink-ray.git"
"url": "git+https://github.com/Alorel/shrink-ray.git"
},
"homepage": "https://github.com/Alorel/shrink-ray",
"bugs": {
"homepage": "https://github.com/Alorel/shrink-ray",
"bugs": {
"url": "https://github.com/Alorel/shrink-ray/issues"
},
"keywords": [
"keywords": [
"compression",
"gzip",
"deflate",
Expand All @@ -29,37 +29,37 @@
"compress",
"content-encoding"
],
"dependencies": {
"accepts": "^1.3.4",
"bytes": "^3.0.0",
"compressible": "^2.0.12",
"debug": "^3.1.0",
"iltorb": "^2.0.2",
"lru-cache": "^4.1.1",
"multipipe": "^2.0.1",
"node-zopfli": "^2.0.2",
"on-headers": "^1.0.1",
"dependencies": {
"accepts": "^1.3.4",
"bytes": "^3.0.0",
"compressible": "^2.0.12",
"debug": "^3.1.0",
"iltorb": "^2.0.2",
"lru-cache": "^4.1.1",
"multipipe": "^2.0.1",
"node-zopfli": "^2.0.2",
"on-headers": "^1.0.1",
"stream-buffers": "^3.0.1",
"vary": "^1.1.2"
"vary": "^1.1.2"
},
"devDependencies": {
"coveralls": "^3.0.0",
"expect": "^21.2.1",
"coveralls": "^3.0.0",
"expect": "^21.2.1",
"greenkeeper-lockfile": "^1.12.0",
"mocha": "^4.0.1",
"nyc": "^11.3.0",
"snyk": "^1.49.3",
"supertest": "^3.0.0"
"mocha": "^4.0.1",
"nyc": "^11.3.0",
"snyk": "^1.49.3",
"supertest": "^3.0.0"
},
"engines": {
"engines": {
"node": ">=4.8"
},
"scripts": {
"reinstall": "rm -rf node_modules package-lock.json && npm install",
"test": "nyc mocha --check-leaks --bail",
"prepare": "snyk protect",
"snyk:wizard": "snyk wizard --dev",
"scripts": {
"reinstall": "rm -rf node_modules package-lock.json && npm install",
"test": "nyc mocha --check-leaks --bail",
"prepare": "snyk protect",
"snyk:wizard": "snyk wizard --dev",
"version-readme": "node ./prepublish.js"
},
"snyk": true
"snyk": true
}

0 comments on commit c60d02c

Please sign in to comment.