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 025bec1 + 53744b4 commit edaeb95Copy full SHA for edaeb95
.travis.yml
@@ -1,5 +1,6 @@
1
language: node_js
2
node_js:
3
+ - "4.6"
4
- "6.9"
5
- "7.0"
6
services:
package.json
@@ -6,8 +6,8 @@
"main": "index.js",
7
"private": false,
8
"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