Drop support for node versions < 4

This commit is contained in:
Vincenzo Greco 2017-10-24 12:09:01 +02:00
parent 2a23ce7ccd
commit b01e9c48ac
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.2.1"
- '4'
- '6'
- 'node'
env:
- CXX=g++-4.8

View file

@ -59,7 +59,7 @@
"url": "git://github.com/soldair/node-qrcode.git"
},
"engines": {
"node": ">= 0.10"
"node": ">=4"
},
"standard": {
"ignore": [