diff --git a/.travis.yml b/.travis.yml index 142baed..ebe137e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,6 @@ node_js: - "6" - "5" - "4" - - "0.12" - - "0.11" - - "iojs" cache: directories: diff --git a/README.md b/README.md index 83c5656..103a2bb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - Formatted Code - Grunt inline for some css and js - less requests - Icon font with only needed icons -- Upgrade to grunt v1.x (NodeJS 0.11 - 6.2+ compatible) +- Upgrade to grunt v1.x (NodeJS 4 - 6.3+ compatible) - Inline some css and js - Bower update all components - Load only german locale from 101 languages from moment.js diff --git a/package.json b/package.json index 195b9f2..2b6b4f1 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "autoprefixer": "^6.3.6", - "eslint": "^2.11.0", + "eslint": "^3.0.1", "eslint-config-defaults": "^9.0.0", "grunt": "^1.0.1", "grunt-bower-install-simple": "^1.2.3", @@ -25,7 +25,7 @@ "grunt-contrib-htmlmin": "^1.4.0", "grunt-contrib-requirejs": "^1.0.0", "grunt-contrib-watch": "^1.0.0", - "grunt-eslint": "^18.1.0", + "grunt-eslint": "^19.0.0", "grunt-inline": "^0.3.6", "grunt-inline-data": "git://github.com/xiaokaike/grunt-inline-data.git#2eeb08f", "grunt-postcss": "^0.8.0",