We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b18d6b commit 34cd9a7Copy full SHA for 34cd9a7
.travis.yml
@@ -1,6 +1,8 @@
1
language: node_js
2
node_js:
3
- - "0.10"
+ - 6
4
+ - 7
5
+ - 8
6
7
notifications:
8
email: false
package.json
@@ -28,6 +28,9 @@
28
"bugs": {
29
"url": "https://github.com/mrjoelkemp/node-precinct/issues"
30
},
31
+ "engines": {
32
+ "node": ">=6.0.0"
33
+ },
34
"homepage": "https://github.com/mrjoelkemp/node-precinct",
35
"dependencies": {
36
"commander": "^2.11.0",
0 commit comments