зеркало из https://github.com/twbs/bootlint.git
Make node.js 6 the minimum supported version.
This commit is contained in:
Родитель
814764a4bd
Коммит
69b60976e8
|
@ -4,7 +4,7 @@ language: node_js
|
|||
git:
|
||||
depth: 10
|
||||
node_js:
|
||||
- "4"
|
||||
- "6"
|
||||
- "8"
|
||||
before_install:
|
||||
- if [[ `npm -v` != 5* ]]; then npm install -g npm@5; fi
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
"./src/location.js": false
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"node": ">=6"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
|
|
Загрузка…
Ссылка в новой задаче