Skip to content

Commit c80e8d9

Browse files
committed
Node >= 6.0 supported
1 parent 34c34ea commit c80e8d9

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
@@ -15,6 +15,9 @@
1515
"scripts": {
1616
"test": "ORM_PROTOCOL=postgres mocha test && ORM_PROTOCOL=mysql mocha test"
1717
},
18+
"engines": {
19+
"node": ">= 6.0.0"
20+
},
1821
"dependencies": {
1922
"async": "~3.2.3",
2023
"bluebird": "^3.5.1",

0 commit comments

Comments
 (0)