File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 0.0.6 / 2011-12-20
3
+ ==================
4
+
5
+ * Corrected juice unit tests for latest cssom.
6
+ * Fixed presence of \n in selectors.
7
+ * Fixed unneeded removal of inline event handlers in html.
8
+ * Bumped jsdom.
9
+
2
10
0.0.5 / 2011-10-10
3
11
==================
4
12
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ var utils = require('./utils')
19
19
* Package version
20
20
*/
21
21
22
- exports . version = '0.0.5 ' ;
22
+ exports . version = '0.0.6 ' ;
23
23
24
24
/**
25
25
* Export Selector.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " juice"
3
- , "version" : " 0.0.5 "
3
+ , "version" : " 0.0.6 "
4
4
, "description" : " Inlines css into html source"
5
5
, "contributors" : [
6
6
{ "name" : " Guillermo Rauch" , "email" : " guillermo@learnboost.com" }
You can’t perform that action at this time.
0 commit comments