Skip to content

Commit f628b9a

Browse files
author
Minggang Wang
committed
Add node.js version requirement to package.json
1 parent 45d908d commit f628b9a

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
@@ -42,5 +42,8 @@
4242
"ref-array": "^1.2.0",
4343
"walk": "^2.3.9",
4444
"nan": "^2.8.0"
45+
},
46+
"engines": {
47+
"node": ">= 6.10.0"
4548
}
4649
}

0 commit comments

Comments
 (0)