grunt-stylelint
Advanced tools
# grunt-stylelint Release History | ||
## v0.12.0 / 2019-10-21 | ||
* Bump stylelint dependency from ^10.0.0 to ^11.0.0 (Nathan Woltman) | ||
* build: Upgrade eslint-config-wikimedia from 0.13.1 to 0.14.3 (James D. Forrester) | ||
## v0.11.1 / 2019-07-31 | ||
@@ -4,0 +8,0 @@ * Don't break but short-circuit when no files are passed in (James D. Forrester) |
{ | ||
"name": "grunt-stylelint", | ||
"version": "0.11.1", | ||
"version": "0.12.0", | ||
"description": "A Grunt checker for CSS files using Stylelint", | ||
@@ -23,11 +23,11 @@ "scripts": { | ||
"dependencies": { | ||
"chalk": "2.4.2" | ||
"chalk": "^2.4.2" | ||
}, | ||
"peerDependencies": { | ||
"stylelint": "^10.0.0" | ||
"stylelint": "^11.0.0" | ||
}, | ||
"devDependencies": { | ||
"eslint-config-wikimedia": "0.13.1", | ||
"eslint-config-wikimedia": "0.14.3", | ||
"grunt": "1.0.4", | ||
"grunt-contrib-clean": "1.1.0", | ||
"grunt-contrib-clean": "2.0.0", | ||
"grunt-contrib-nodeunit": "2.0.0", | ||
@@ -37,4 +37,4 @@ "grunt-contrib-watch": "1.1.0", | ||
"lodash": "4.17.15", | ||
"stylelint": "10.0.0" | ||
"stylelint": "11.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
13630
1.4%