Drop support for Node v0.10 and v0.12
This commit is contained in:
parent
eb6cb41a62
commit
e70ff3c35c
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue