Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from argos-ci/node-v6
Browse files Browse the repository at this point in the history
core(js): support node v6
  • Loading branch information
oliviertassinari authored Jul 5, 2017
2 parents 6d0b96c + 9a434bb commit 66ae40d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"presets": [
["env", {
"targets": {
"node": "current"
"node": "6"
}
}]
],
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- "8"
- "7"
- "6"
install:
# Output imagemagick version
- convert -version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"main": "lib/imageDifference",
"engines": {
"node": ">= 7.0.0"
"node": ">= 6.0.0"
},
"scripts": {
"build": "NODE_ENV=production babel -d lib src",
Expand Down

0 comments on commit 66ae40d

Please sign in to comment.