Skip to content

Commit

Permalink
Update minimum node version
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Jan 12, 2017
1 parent c907315 commit 024e5f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '4.0'
- '6'
branches:
except:
- releases
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git://github.com/Rebilly/ReDoc"
},
"engines": {
"node": ">=4.0.0",
"node": ">=4.7",
"npm": ">=3.0.0"
},
"main": "dist/redoc.min.js",
Expand Down

0 comments on commit 024e5f6

Please sign in to comment.