Skip to content

Commit

Permalink
fix(npm): requet node>=10
Browse files Browse the repository at this point in the history
  • Loading branch information
yumetodo committed Apr 11, 2020
1 parent e9db1b2 commit a5c482c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"del.js"
],
"engines": {
"node": ">=4"
"node": ">=10"
},
"precommit": [
"npm run verify --silent"
Expand Down

0 comments on commit a5c482c

Please sign in to comment.