Merge pull request #67 from strongloop/drop-support-node-0x

Drop support for Node v0.10 and v0.12
This commit is contained in:
Miroslav Bajtoš 2016-11-15 15:05:12 +01:00 committed by GitHub
commit 352b38128a
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@
"scripts": {
"test": "grunt"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kraman/loopback-connector-remotekr.git"