Update deps and drop node.js 0.10 support.

This commit is contained in:
XhmikosR 2018-04-06 03:07:50 +03:00
Родитель ca69187269
Коммит e72a365a92
3 изменённых файлов: 4880 добавлений и 7 удалений

Просмотреть файл

@ -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

4874
package-lock.json сгенерированный Normal file

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -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"
} }