We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1ea455 + 6865ab5 commit 485af07Copy full SHA for 485af07
2 files changed
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
node_js:
3
- - "8.0.0"
+ - "12.3.0"
4
before_script:
5
- npm install grunt-cli
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",
6
"author": [
7
@@ -43,12 +43,12 @@
43
"test": "grunt test"
44
},
45
"dependencies": {
46
- "csscomb": "~4.2.0"
+ "csscomb": "~4.3.0"
47
48
"devDependencies": {
49
- "grunt": "^1.0.3",
+ "grunt": "^1.0.4",
50
"grunt-contrib-clean": "^2.0.0",
51
- "grunt-contrib-jshint": "^2.0.0",
+ "grunt-contrib-jshint": "^2.1.0",
52
"grunt-contrib-nodeunit": "^2.0.0"
53
54
"peerDependencies": {
0 commit comments