Drop support for Node v0.10 and v0.12

This commit is contained in:
Miroslav Bajtoš 2016-11-15 14:19:17 +01:00
parent 5db2240348
commit 832e990337
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"