We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72c27b0 + 1fb7842 commit 242f261Copy full SHA for 242f261
.travis.yml
@@ -1,7 +1,5 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "0.10"
5
- - "0.12"
6
- "4"
7
- "6"
package.json
@@ -15,6 +15,9 @@
15
"Juggler",
16
"ORM"
17
],
18
+ "engines": {
19
+ "node": ">=4.0.0"
20
+ },
21
"repository": {
22
"type": "git",
23
"url": "https://github.com/strongloop/loopback-datasource-juggler"
0 commit comments