Merge pull request #67 from strongloop/drop-support-node-0x
Drop support for Node v0.10 and v0.12
This commit is contained in:
commit
352b38128a
|
@ -15,6 +15,9 @@
|
|||
"scripts": {
|
||||
"test": "grunt"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kraman/loopback-connector-remotekr.git"
|
||||
|
|
Loading…
Reference in New Issue