Skip to content

Commit 3361e40

Browse files
committed
Drop support for Node v0.10 and v0.12
1 parent 8334379 commit 3361e40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "loopback-connector-postgresql",
33
"version": "3.0.0-alpha.1",
44
"description": "Loopback PostgreSQL Connector",
5+
"engines": {
6+
"node": ">=4"
7+
},
58
"keywords": [
69
"StrongLoop",
710
"LoopBack",

0 commit comments

Comments
 (0)