Skip to content

Commit 53744b4

Browse files
committed
Add support for node v4 in travis.
Update engines in package to use node.js >=4.6 Closes kunalkapadia#124
1 parent 025bec1 commit 53744b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3+
- "4.6"
34
- "6.9"
45
- "7.0"
56
services:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"main": "index.js",
77
"private": false,
88
"engines": {
9-
"node": "4.4.x",
10-
"npm": "2.15.x"
9+
"node": ">=4.6.x",
10+
"npm": ">=2.15.x"
1111
},
1212
"scripts": {
1313
"start": "gulp serve",

0 commit comments

Comments
 (0)