Merge pull request #231 from strongloop/drop-support-node-0x
Drop support for Node v0.10 and v0.12
This commit is contained in:
commit
314dff9f5f
|
@ -1,8 +1,7 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.12"
|
||||
- "4"
|
||||
- "6"
|
||||
- "7"
|
||||
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/strongloop/loopback-boot"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"main": "index.js",
|
||||
"browser": "browser.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue