Skip to content

Commit ef8d157

Browse files
committed
Bump up v2.0.1
1 parent 4881cf1 commit ef8d157

File tree

2 files changed

+30
-22
lines changed

2 files changed

+30
-22
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ grunt.initConfig({
104104
## Release History
105105

106106

107-
+ v2.0.0: Bump up
108-
+ v1.2.1: Bump up
107+
+ v2.0.1: Stop searching config if we reach root directory.
108+
+ v2.0.0: Bump up.
109+
+ v1.2.1: Bump up.
109110
+ v1.2.0: Update csscomb.js to version 2.0 and change `sortOrder` to `config`.
110111
+ v1.1.0: Improve process.
111112
+ v1.0.0: Support [csscomb.js](http://github.com/csscomb/csscomb.js).

package.json

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,40 @@
11
{
22
"name": "grunt-csscomb",
33
"description": "The grunt plugin for sorting CSS properties in specific order.",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"homepage": "https://github.com/csscomb/grunt-csscomb",
6-
"author": {
7-
"name": "Koji Ishimoto",
8-
"email": "ijok.ijok@gmail.com",
9-
"url": "http://t32k.me/"
10-
},
11-
"contributors": [{
12-
"name": "Tony Ganch",
13-
"email": "tonyganch+github@gmail.com",
14-
"web": "http://tonyganch.com/"
15-
}, {
16-
"name": "Shogo Sensui",
17-
"email": "orz1000ch@gmail.com",
18-
"web": "http://1000ch.net/"
19-
}],
6+
"author": [
7+
{
8+
"name": "Koji Ishimoto",
9+
"email": "ijok.ijok@gmail.com",
10+
"url": "http://t32k.me/"
11+
},
12+
{
13+
"name": "Tony Ganch",
14+
"email": "tonyganch+github@gmail.com",
15+
"web": "http://tonyganch.com/"
16+
}
17+
],
18+
"contributors": [
19+
{
20+
"name": "Shogo Sensui",
21+
"email": "orz1000ch@gmail.com",
22+
"web": "http://1000ch.net/"
23+
}
24+
],
2025
"repository": {
2126
"type": "git",
2227
"url": "https://github.com/csscomb/grunt-csscomb.git"
2328
},
2429
"bugs": {
2530
"url": "https://github.com/csscomb/grunt-csscomb/issues"
2631
},
27-
"licenses": [{
28-
"type": "MIT",
29-
"url": "https://github.com/csscomb/grunt-csscomb/blob/master/LICENSE-MIT"
30-
}],
32+
"licenses": [
33+
{
34+
"type": "MIT",
35+
"url": "https://github.com/csscomb/grunt-csscomb/blob/master/LICENSE-MIT"
36+
}
37+
],
3138
"main": "Gruntfile.js",
3239
"engines": {
3340
"node": ">= 0.10.0"
@@ -54,4 +61,4 @@
5461
"SCSS",
5562
"LESS"
5663
]
57-
}
64+
}

0 commit comments

Comments
 (0)