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": {
|
"scripts": {
|
||||||
"test": "grunt"
|
"test": "grunt"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=4.0.0"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/kraman/loopback-connector-remotekr.git"
|
"url": "https://github.com/kraman/loopback-connector-remotekr.git"
|
||||||
|
|
Loading…
Reference in New Issue