Drop support for Node v0.10 and v0.12
This commit is contained in:
parent
1a6e51a4a6
commit
0acd9ef15a
|
@ -2,6 +2,9 @@
|
|||
"name": "loopback-connector-mysql",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"description": "MySQL connector for loopback-datasource-juggler",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"pretest": "node pretest.js",
|
||||
|
|
Loading…
Reference in New Issue