Drop support for node versions < 4
This commit is contained in:
parent
2a23ce7ccd
commit
b01e9c48ac
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.12"
|
||||
- "4.2.1"
|
||||
- '4'
|
||||
- '6'
|
||||
- 'node'
|
||||
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
"url": "git://github.com/soldair/node-qrcode.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
"node": ">=4"
|
||||
},
|
||||
"standard": {
|
||||
"ignore": [
|
||||
|
|
Loading…
Reference in a new issue