Skip to content

Commit

Permalink
Update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalkapadia committed Feb 22, 2017
1 parent 5851fbd commit 83c7eb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "4.7"
- "6.9"
- "7.5"
- "4.8"
- "6.10"
- "7.6"
services:
- mongodb
cache:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -6,9 +6,9 @@
"main": "index.js",
"private": false,
"engines": {
"node": ">=4.6.0",
"npm": ">=2.15.9",
"yarn": ">=0.20.0"
"node": ">=4.8.0",
"npm": ">=2.15.11",
"yarn": ">=0.20.3"
},
"scripts": {
"start": "gulp serve",
Expand Down

0 comments on commit 83c7eb4

Please sign in to comment.