Skip to content

Commit

Permalink
Update .travis.yml (#34)
Browse files Browse the repository at this point in the history
Removed outdated node4, add new node10

Also update appveyor.yml

Removed outdated node4, add new node10

Update dependencies

Update engines entry to node6

Update dependencies

Fix order
  • Loading branch information
rejas authored and 1000ch committed Oct 14, 2018
1 parent 005b789 commit dda0b01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,6 +3,6 @@ os:
- osx
osx_image: xcode8.3
node_js:
- '10'
- '8'
- '6'
- '4'
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,8 +1,8 @@
environment:
matrix:
- nodejs_version: '10'
- nodejs_version: '8'
- nodejs_version: '6'
- nodejs_version: '4'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -21,7 +21,7 @@
}
],
"engines": {
"node": ">=4"
"node": ">=6"
},
"scripts": {
"test": "xo && ava"
Expand All @@ -41,14 +41,14 @@
"optimize"
],
"dependencies": {
"execa": "^0.8.0",
"is-jpg": "^1.0.0",
"mozjpeg": "^5.0.0"
"execa": "^1.0.0",
"is-jpg": "^2.0.0",
"mozjpeg": "^6.0.0"
},
"devDependencies": {
"ava": "*",
"is-progressive": "^3.0.0",
"pify": "^3.0.0",
"pify": "^4.0.0",
"xo": "*"
}
}

0 comments on commit dda0b01

Please sign in to comment.