File tree Expand file tree Collapse file tree 3 files changed +26
-13
lines changed Expand file tree Collapse file tree 3 files changed +26
-13
lines changed Original file line number Diff line number Diff line change 1
1
2
- 1.1.0 / 2013-06-02
2
+ 1.1.1 / 2015-02-23
3
+ ==================
4
+
5
+ * update debug dep
6
+
7
+ 1.1.0 / 2013-06-02
3
8
==================
4
9
5
10
* add component support
6
11
* add support for regular css multi-line comments. Closes #12
7
12
* add stripping of blank lines. Closes #14
8
13
* remove blank() from lexer
9
14
10
- 1.0.0 / 2013-02-27
15
+ 1.0.0 / 2013-02-27
11
16
==================
12
17
13
18
* fix & support with comma-delimited selectors
14
19
15
- 0.0.6 / 2013-02-20
20
+ 0.0.6 / 2013-02-20
16
21
==================
17
22
18
23
* fix : fullscreen support
19
24
20
- 0.0.5 / 2013-01-21
25
+ 0.0.5 / 2013-01-21
21
26
==================
22
27
23
28
* fix @fontface support
24
29
25
- 0.0.4 / 2012-12-03
30
+ 0.0.4 / 2012-12-03
26
31
==================
27
32
28
33
* fix vendor pseudos
29
34
30
- 0.0.3 / 2012-12-03
35
+ 0.0.3 / 2012-12-03
31
36
==================
32
37
33
38
* fix complex media query support
34
39
35
- 0.0.2 / 2012-12-03
40
+ 0.0.2 / 2012-12-03
36
41
==================
37
42
38
43
* fix : before / : after
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " css-whitespace" ,
3
3
"repo" : " visionmedia/css-whitespace" ,
4
- "version" : " 1.1.0 " ,
4
+ "version" : " 1.1.1 " ,
5
5
"description" : " Whitespace significant CSS to regular CSS" ,
6
- "keywords" : [" css" , " parser" , " rework" ],
6
+ "keywords" : [
7
+ " css" ,
8
+ " parser" ,
9
+ " rework"
10
+ ],
7
11
"dependencies" : {
8
12
"visionmedia/debug" : " *"
9
13
},
14
18
" lib/parser.js"
15
19
],
16
20
"main" : " index.js"
17
- }
21
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " css-whitespace" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " Whitespace significant CSS to regular CSS" ,
5
- "keywords" : [" css" , " parser" , " rework" ],
5
+ "keywords" : [
6
+ " css" ,
7
+ " parser" ,
8
+ " rework"
9
+ ],
6
10
"author" : " TJ Holowaychuk <tj@vision-media.ca>" ,
7
11
"dependencies" : {
8
12
"debug" : " 2"
19
23
"type" : " git" ,
20
24
"url" : " https://github.com/reworkcss/css-whitespace.git"
21
25
}
22
- }
26
+ }
You can’t perform that action at this time.
0 commit comments