Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-03-22 09:49:45 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-03-22 09:49:45 +0300
commitc3d94464fae28bf297217b06889ae86ab768891e (patch)
treec3ab7587e46cb88f749ab113c3ab6bc296a0d234 /package.json
parent42c59910d8a94b7c4f7caad7967940e4c9af1e00 (diff)
Drop support for Node.js < 10.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3eed00b..80faadc 100644
--- a/package.json
+++ b/package.json
@@ -39,10 +39,10 @@
"morgan": "^1.10.0"
},
"devDependencies": {
- "xo": "^0.25.4"
+ "xo": "^0.28.0"
},
"engines": {
- "node": ">=8.3.0"
+ "node": ">=10"
},
"files": [
"bin/www",