Skip to content

Commit 613b6ed

Browse files
authored
Start 3.x + drop support for Node v0.10/v0.12
Start 3.x + drop support for Node v0.10/v0.12
2 parents 188451f + 3361e40 commit 613b6ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "loopback-connector-postgresql",
3-
"version": "2.7.0",
3+
"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)