Skip to content

Commit 242f261

Browse files
authored
Merge pull request #1165 from strongloop/drop-support-node-0x
Drop support for Node v0.10 and v0.12
2 parents 72c27b0 + 1fb7842 commit 242f261

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "0.10"
5-
- "0.12"
64
- "4"
75
- "6"

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"Juggler",
1616
"ORM"
1717
],
18+
"engines": {
19+
"node": ">=4.0.0"
20+
},
1821
"repository": {
1922
"type": "git",
2023
"url": "https://github.com/strongloop/loopback-datasource-juggler"

0 commit comments

Comments
 (0)