diff --git a/.travis.yml b/.travis.yml index 2d6cda3..3325c40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: node_js node_js: - - "8.0.0" + - "12.3.0" before_script: - npm install grunt-cli \ No newline at end of file diff --git a/package.json b/package.json index a4cabeb..d8e27a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-csscomb", "description": "The grunt plugin for sorting CSS properties in specific order.", - "version": "4.0.0", + "version": "4.1.0", "homepage": "https://github.com/csscomb/grunt-csscomb", "author": [ { @@ -43,12 +43,12 @@ "test": "grunt test" }, "dependencies": { - "csscomb": "~4.2.0" + "csscomb": "~4.3.0" }, "devDependencies": { - "grunt": "^1.0.3", + "grunt": "^1.0.4", "grunt-contrib-clean": "^2.0.0", - "grunt-contrib-jshint": "^2.0.0", + "grunt-contrib-jshint": "^2.1.0", "grunt-contrib-nodeunit": "^2.0.0" }, "peerDependencies": {