Skip to content

Commit e1b8448

Browse files
author
John Doherty
authored
Merge pull request #65 from jogonzal/master
Inistead of requiring a specific node version, require a minimum version
2 parents 7238c9b + 1b259dc commit e1b8448

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
@@ -33,7 +33,7 @@
3333
"url": "https://github.com/john-doherty/selenium-cucumber-js/issues"
3434
},
3535
"engines": {
36-
"node": "6.11.0"
36+
"node": ">=6.11.0"
3737
},
3838
"engineStrict": true,
3939
"homepage": "https://github.com/john-doherty/selenium-cucumber-js#readme",

0 commit comments

Comments
 (0)