зеркало из https://github.com/twbs/grunt-bootlint.git
Update deps and drop node.js 0.10 support.
This commit is contained in:
Родитель
ca69187269
Коммит
e72a365a92
|
@ -3,10 +3,9 @@ sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
|
||||||
- "4"
|
- "4"
|
||||||
- "6"
|
- "6"
|
||||||
- "7"
|
- "8"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
10
package.json
10
package.json
|
@ -18,7 +18,7 @@
|
||||||
"lint"
|
"lint"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.10.0"
|
"node": ">=4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"tasks",
|
"tasks",
|
||||||
|
@ -29,12 +29,12 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootlint": "^0.14.2",
|
"bootlint": "^0.14.2",
|
||||||
"chalk": "^1.1.3",
|
"chalk": "^2.3.2",
|
||||||
"micromatch": "^2.3.11"
|
"micromatch": "^3.1.10"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "^1.0.1",
|
"grunt": "^1.0.2",
|
||||||
"grunt-contrib-clean": "^1.0.0",
|
"grunt-contrib-clean": "^1.1.0",
|
||||||
"grunt-contrib-jshint": "^1.1.0",
|
"grunt-contrib-jshint": "^1.1.0",
|
||||||
"grunt-contrib-nodeunit": "^1.0.0"
|
"grunt-contrib-nodeunit": "^1.0.0"
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче