Skip to content

Commit 7aa44d6

Browse files
author
Eduardo García Sanz
committed
travis node versions...
1 parent 687a365 commit 7aa44d6

3 files changed

Lines changed: 4 additions & 30 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
language: node_js
2+
node_js:
3+
- "4.3.1"
4+
- "5.7.0"
25
deploy:
36
provider: npm
47
email: eduardo@comakai.com

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"prepublish": "npm test && npm run build"
5454
},
5555
"engines" : {
56-
"node": "> 4.0.0"
56+
"node": ">= 4.0.0"
5757
}
5858
}

template/icon.jsx

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)