drop support for node 0.6 in travis and package.json

This commit is contained in:
Lloyd Hilaiel 2013-03-15 15:53:23 -06:00
Родитель ce222b4a99
Коммит 1138872fb2
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,4 @@
language: node_js
node_js:
- 0.6
- 0.8
- 0.10

Просмотреть файл

@ -26,6 +26,6 @@
"test": "vows --spec"
},
"engines": {
"node": ">= 0.6.5"
"node": ">= 0.8.0"
}
}