Skip to content

Commit 364e031

Browse files
Release 1.1.1
1 parent cfc8885 commit 364e031

File tree

3 files changed

+26
-13
lines changed

3 files changed

+26
-13
lines changed

History.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,43 @@
11

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
38
==================
49

510
* add component support
611
* add support for regular css multi-line comments. Closes #12
712
* add stripping of blank lines. Closes #14
813
* remove blank() from lexer
914

10-
1.0.0 / 2013-02-27
15+
1.0.0 / 2013-02-27
1116
==================
1217

1318
* fix & support with comma-delimited selectors
1419

15-
0.0.6 / 2013-02-20
20+
0.0.6 / 2013-02-20
1621
==================
1722

1823
* fix :fullscreen support
1924

20-
0.0.5 / 2013-01-21
25+
0.0.5 / 2013-01-21
2126
==================
2227

2328
* fix @fontface support
2429

25-
0.0.4 / 2012-12-03
30+
0.0.4 / 2012-12-03
2631
==================
2732

2833
* fix vendor pseudos
2934

30-
0.0.3 / 2012-12-03
35+
0.0.3 / 2012-12-03
3136
==================
3237

3338
* fix complex media query support
3439

35-
0.0.2 / 2012-12-03
40+
0.0.2 / 2012-12-03
3641
==================
3742

3843
* fix :before / :after

component.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "css-whitespace",
33
"repo": "visionmedia/css-whitespace",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "Whitespace significant CSS to regular CSS",
6-
"keywords": ["css", "parser", "rework"],
6+
"keywords": [
7+
"css",
8+
"parser",
9+
"rework"
10+
],
711
"dependencies": {
812
"visionmedia/debug": "*"
913
},
@@ -14,4 +18,4 @@
1418
"lib/parser.js"
1519
],
1620
"main": "index.js"
17-
}
21+
}

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "css-whitespace",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Whitespace significant CSS to regular CSS",
5-
"keywords": ["css", "parser", "rework"],
5+
"keywords": [
6+
"css",
7+
"parser",
8+
"rework"
9+
],
610
"author": "TJ Holowaychuk <tj@vision-media.ca>",
711
"dependencies": {
812
"debug": "2"
@@ -19,4 +23,4 @@
1923
"type": "git",
2024
"url": "https://github.com/reworkcss/css-whitespace.git"
2125
}
22-
}
26+
}

0 commit comments

Comments
 (0)