Drop support for Node v0.10 and v0.12

This commit is contained in:
Siddhi Pai 2016-11-19 02:17:12 -08:00
parent eb6cb41a62
commit e70ff3c35c
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
{
"name": "loopback-component-storage",
"description": "Loopback Storage Service",
"engines": {
"node": ">=4"
},
"version": "3.0.0-alpha.1",
"main": "index.js",
"scripts": {