Skip to content

Commit e261ff0

Browse files
committed
Update 'engines' field in package.json to note that we require Node.js v4
1 parent 7e247a0 commit e261ff0

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
@@ -57,6 +57,6 @@
5757
"which": "^1.2.11"
5858
},
5959
"engines": {
60-
"node": ">= v0.10.0"
60+
"node": ">= 4"
6161
}
6262
}

0 commit comments

Comments
 (0)