Skip to content

Commit 485af07

Browse files
authored
Merge pull request #53 from csscomb/4.1.0
4.1.0
2 parents b1ea455 + 6865ab5 commit 485af07

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3-
- "8.0.0"
3+
- "12.3.0"
44
before_script:
55
- npm install grunt-cli

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-csscomb",
33
"description": "The grunt plugin for sorting CSS properties in specific order.",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"homepage": "https://github.com/csscomb/grunt-csscomb",
66
"author": [
77
{
@@ -43,12 +43,12 @@
4343
"test": "grunt test"
4444
},
4545
"dependencies": {
46-
"csscomb": "~4.2.0"
46+
"csscomb": "~4.3.0"
4747
},
4848
"devDependencies": {
49-
"grunt": "^1.0.3",
49+
"grunt": "^1.0.4",
5050
"grunt-contrib-clean": "^2.0.0",
51-
"grunt-contrib-jshint": "^2.0.0",
51+
"grunt-contrib-jshint": "^2.1.0",
5252
"grunt-contrib-nodeunit": "^2.0.0"
5353
},
5454
"peerDependencies": {

0 commit comments

Comments
 (0)