Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit fb09c07

Browse files
committedJul 28, 2019
BREAKING: Require Node >=10
1 parent 9c74d37 commit fb09c07

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
@@ -16,7 +16,7 @@
1616
"test": "npm-run-all lint test-cli check:*"
1717
},
1818
"engines": {
19-
"node": ">=6.0.0"
19+
"node": ">=10.0.0"
2020
},
2121
"author": "max ogden",
2222
"dependencies": {

0 commit comments

Comments
 (0)
This repository has been archived.