Skip to content

Commit 436ec0d

Browse files
author
dessant
committed
fix: allow newer versions of node
1 parent 1b83ec1 commit 436ec0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"standard-version": "^4.4.0"
3737
},
3838
"engines": {
39-
"node": "8.9.0",
40-
"npm": "5.5.1"
39+
"node": ">=8.9.0"
4140
},
4241
"keywords": [
4342
"github",

0 commit comments

Comments
 (0)