File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ grunt.initConfig({
103103
104104## Release History
105105
106-
106+ + v3.0.0: Update csscomb.js to v3.0 but ` grunt-csscomb ` API doesn't change.
107107+ v2.0.1: Stop searching config if we reach root directory.
108108+ v2.0.0: Bump up.
109109+ v1.2.1: Bump up.
110- + v1.2.0: Update csscomb.js to version 2 .0 and change ` sortOrder ` to ` config ` .
110+ + v1.2.0: Update csscomb.js to v2 .0 and change API ` sortOrder ` to ` config ` .
111111+ v1.1.0: Improve process.
112112+ v1.0.0: Support [ csscomb.js] ( http://github.com/csscomb/csscomb.js ) .
113113+ v0.5.0: Enable multiple files.
Original file line number Diff line number Diff line change 11{
22 "name" : " grunt-csscomb" ,
33 "description" : " The grunt plugin for sorting CSS properties in specific order." ,
4- "version" : " 3.0.0-1 " ,
4+ "version" : " 3.0.0" ,
55 "homepage" : " https://github.com/csscomb/grunt-csscomb" ,
66 "author" : [
77 {
4747 },
4848 "devDependencies" : {
4949 "grunt" : " ^0.4.5" ,
50- "grunt-contrib-clean" : " ^0.4 .0" ,
50+ "grunt-contrib-clean" : " ^0.5 .0" ,
5151 "grunt-contrib-jshint" : " ^0.10.0" ,
52- "grunt-contrib-nodeunit" : " ^0.4.0 "
52+ "grunt-contrib-nodeunit" : " ^0.4.1 "
5353 },
5454 "peerDependencies" : {
5555 "grunt" : " ^0.4.5"
You can’t perform that action at this time.
0 commit comments