Drop support for Node v0.10 and v0.12
This commit is contained in:
parent
72c27b040c
commit
1fb78422fa
|
@ -1,7 +1,5 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.12"
|
||||
- "4"
|
||||
- "6"
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"Juggler",
|
||||
"ORM"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/strongloop/loopback-datasource-juggler"
|
||||
|
|
Loading…
Reference in New Issue