File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for CSS-Packer
2
2
3
+ 2.05 2018-02-02
4
+ - Add missing files to MANIFEST (GH #5, thanks to nfg)
5
+
3
6
2.04 2018-02-01
4
7
- Fix compression with @keyframes by being more generic with at-rules (GH #3, GH #4)
5
8
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ CSS::Packer - Another CSS minifier
10
10
11
11
# VERSION
12
12
13
- Version 2.04
13
+ Version 2.05
14
14
15
15
# DESCRIPTION
16
16
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use strict;
6
6
use Carp;
7
7
use Regexp::RegGrp;
8
8
9
- our $VERSION = ' 2.04 ' ;
9
+ our $VERSION = ' 2.05 ' ;
10
10
11
11
our @COMPRESS = ( ' minify' , ' pretty' );
12
12
our $DEFAULT_COMPRESS = ' pretty' ;
@@ -390,7 +390,7 @@ CSS::Packer - Another CSS minifier
390
390
391
391
=head1 VERSION
392
392
393
- Version 2.04
393
+ Version 2.05
394
394
395
395
=head1 DESCRIPTION
396
396
You can’t perform that action at this time.
0 commit comments