Skip to content

Commit

Permalink
Merge pull request #78 from ThD-Rizer/hotfix/nodejs-version
Browse files Browse the repository at this point in the history
hotfix/nodejs-version: fixed nodejs min version
  • Loading branch information
ndelvalle authored May 7, 2019
2 parents 8855bea + 3756ad2 commit c031127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
]
},
"engines": {
"node": "10"
"node": ">=8"
}
}

0 comments on commit c031127

Please sign in to comment.