Skip to content

Commit 45a5257

Browse files
committedMay 9, 2020
chore: Update Node minimum version to 10
BREAKING CHANGE: documentation.js will now require node 10 or later.
1 parent 9f3db52 commit 45a5257

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
@@ -134,7 +134,7 @@
134134
}
135135
},
136136
"engines": {
137-
"node": ">=8"
137+
"node": ">=10"
138138
},
139139
"lint-staged": {
140140
"*.js": [

0 commit comments

Comments
 (0)
Please sign in to comment.