File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ # 2.0.1 - 2016-03-15
2
+
3
+ - Fixed: whitespace are retained between color() usage.
4
+ ([ #27 ] ( https://github.com/postcss/postcss-color-function/pull/27 ) )
5
+
1
6
# 2.0.0 - 2015-09-07
2
7
3
8
- Removed: compatibility with postcss v4.x
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-color-function" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " PostCSS plugin to transform W3C CSS color function to more compatible CSS." ,
5
5
"keywords" : [
6
6
" css" ,
12
12
],
13
13
"author" : " Maxime Thirouin" ,
14
14
"license" : " MIT" ,
15
- "repository" : {
16
- "type" : " git" ,
17
- "url" : " https://github.com/postcss/postcss-color-function.git"
18
- },
15
+ "repository" : " https://github.com/postcss/postcss-color-function.git" ,
19
16
"files" : [
20
17
" index.js"
21
18
],
28
25
"devDependencies" : {
29
26
"jscs" : " ^1.6.2" ,
30
27
"jshint" : " ^2.5.6" ,
28
+ "npmpub" : " ^3.1.0" ,
31
29
"tape" : " ^3.0.0"
32
30
},
33
31
"scripts" : {
34
32
"lint" : " jscs *.js **/*.js && jshint . --exclude-path .gitignore" ,
35
- "test" : " npm run lint && tape test"
33
+ "test" : " npm run lint && tape test" ,
34
+ "release" : " npmpub"
36
35
}
37
36
}
You can’t perform that action at this time.
0 commit comments