File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " 0.8"
4
3
- " 0.10"
5
4
- " 0.11"
6
5
script : " make test-travis"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ callback-and-promise
16
16
[ coveralls-url ] : https://coveralls.io/r/thenables/callback-and-promise?branch=master
17
17
[ david-image ] : https://img.shields.io/david/thenables/callback-and-promise.svg?style=flat-square
18
18
[ david-url ] : https://david-dm.org/thenables/callback-and-promise
19
- [ node-image ] : https://img.shields.io/badge/node.js-%3E=_0.8 -green.svg?style=flat-square
19
+ [ node-image ] : https://img.shields.io/badge/node.js-%3E=_0.10 -green.svg?style=flat-square
20
20
[ node-url ] : http://nodejs.org/download/
21
21
[ gittip-image ] : https://img.shields.io/gittip/dead-horse.svg?style=flat-square
22
22
[ gittip-url ] : https://www.gittip.com/dead-horse/
Original file line number Diff line number Diff line change 37
37
"should" : " ~4.4.1"
38
38
},
39
39
"engine" : {
40
- "node" : " >=0.8 "
40
+ "node" : " >=0.10 "
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments