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.
1 parent 5851fbd commit dc16291Copy full SHA for dc16291
.travis.yml
@@ -1,8 +1,8 @@
1
language: node_js
2
node_js:
3
- - "4.7"
4
- - "6.9"
5
- - "7.5"
+ - "4.8"
+ - "6.10"
+ - "7.6"
6
services:
7
- mongodb
8
cache:
package.json
@@ -6,9 +6,9 @@
"main": "index.js",
"private": false,
"engines": {
9
- "node": ">=4.6.0",
10
- "npm": ">=2.15.9",
11
- "yarn": ">=0.20.0"
+ "node": ">=4.8.0",
+ "npm": ">=2.15.11",
+ "yarn": ">=0.20.3"
12
},
13
"scripts": {
14
"start": "gulp serve",
0 commit comments