Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit ad88970

Browse files
committed
major: Require Node.js 8 or greater
going to start using async/await, which requires Node.js 7.6+, so we’ll require the next stable version (8) or greater
1 parent 006355a commit ad88970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"lib/*.js"
6767
],
6868
"engines": {
69-
"node": ">=6.5"
69+
"node": ">=8"
7070
},
7171
"license": "MIT",
7272
"repository": {

0 commit comments

Comments
 (0)