Start 4.0 development, drop support for Node 6

This commit is contained in:
Miroslav Bajtoš 2018-10-04 12:07:19 +02:00
parent fcac276955
commit 64eddf5d26
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
sudo: false
language: node_js
node_js:
- "6"
- "8"
- "10"

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "3.24.0",
"version": "4.0.0-alpha.1",
"publishConfig": {
"export-tests": true
},
@ -15,7 +15,7 @@
"ORM"
],
"engines": {
"node": ">=6"
"node": ">=8"
},
"repository": {
"type": "git",