Skip to content

Commit

Permalink
Merge pull request #53 from csscomb/4.1.0
Browse files Browse the repository at this point in the history
4.1.0
  • Loading branch information
noahcooper authored Nov 14, 2019
2 parents b1ea455 + 6865ab5 commit 485af07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "8.0.0"
- "12.3.0"
before_script:
- npm install grunt-cli
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 485af07

Please sign in to comment.