Skip to content

Commit 55bd2d3

Browse files
committed
Fix engine field
1 parent ed1e7df commit 55bd2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "ES6 tagged template strings for prepared statements with mysql and postgres",
55
"main": "index.js",
66
"engines": {
7-
"node": "^4.0.0"
7+
"node": ">4.0.0"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)