Skip to content

Commit 6c0c7a9

Browse files
author
Nicholas C. Zakas
committed
Final changes for 0.4.0
1 parent 0ae63a5 commit 6c0c7a9

19 files changed

+2955
-56949
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
csslint.pnproj
2+
build/

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Next (not yet released)
22

3+
TBD
4+
5+
July 5, 2011 - v0.4.0
6+
37
* Updated parser (fixes #49)
48
* Added rule for compatible vendor prefixes (pull #78)
59
* Added rule for duplicate properties (fixes #51)

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project name="csslint" default="all">
22

33
<!-- version number -->
4-
<property name="csslint.version" value="0.3.2" />
4+
<property name="csslint.version" value="0.4.0" />
55

66
<!-- the directories containing the source files -->
77
<property name="src.dir" value="./src" />

0 commit comments

Comments
 (0)