We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95c0f91 + edaeb95 commit 24df95dCopy full SHA for 24df95d
.travis.yml
@@ -1,7 +1,8 @@
1
language: node_js
2
node_js:
3
- "4.6"
4
- - "6.8"
+ - "6.9"
5
+ - "7.0"
6
services:
7
- mongodb
8
cache:
package.json
@@ -6,8 +6,8 @@
"main": "index.js",
"private": false,
"engines": {
9
- "node": "4.4.x",
10
- "npm": "2.15.x"
+ "node": ">=4.6.x",
+ "npm": ">=2.15.x"
11
},
12
"scripts": {
13
"start": "gulp serve",
0 commit comments