File tree 7 files changed +21
-21
lines changed
7 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env node
2
2
/*!
3
- CSSLint v1.0.2
3
+ CSSLint v1.0.3
4
4
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
5
5
6
6
Permission is hereby granted, free of charge, to any person obtaining a copy
Original file line number Diff line number Diff line change 1
1
/*!
2
- CSSLint v1.0.2
2
+ CSSLint v1.0.3
3
3
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -41,7 +41,7 @@ var CSSLint = (function() {
41
41
embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
42
42
api = new parserlib . util . EventTarget ( ) ;
43
43
44
- api . version = "1.0.2 " ;
44
+ api . version = "1.0.3 " ;
45
45
46
46
//-------------------------------------------------------------------------
47
47
// Rule Management
Original file line number Diff line number Diff line change 1
1
/*!
2
- CSSLint v1.0.2
2
+ CSSLint v1.0.3
3
3
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -22,10 +22,10 @@ THE SOFTWARE.
22
22
23
23
*/
24
24
25
- var module = module || { } ,
26
- exports = exports || { } ;
27
-
28
25
var CSSLint = ( function ( ) {
26
+ var module = module || { } ,
27
+ exports = exports || { } ;
28
+
29
29
/*!
30
30
Parser-Lib
31
31
Copyright (c) 2009-2016 Nicholas C. Zakas. All rights reserved.
@@ -7491,7 +7491,7 @@ var CSSLint = (function() {
7491
7491
embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
7492
7492
api = new parserlib . util . EventTarget ( ) ;
7493
7493
7494
- api . version = "1.0.2 " ;
7494
+ api . version = "1.0.3 " ;
7495
7495
7496
7496
//-------------------------------------------------------------------------
7497
7497
// Rule Management
Original file line number Diff line number Diff line change 1
1
/*!
2
- CSSLint v1.0.2
2
+ CSSLint v1.0.3
3
3
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -7487,7 +7487,7 @@ var CSSLint = (function() {
7487
7487
embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
7488
7488
api = new parserlib . util . EventTarget ( ) ;
7489
7489
7490
- api . version = "1.0.2 " ;
7490
+ api . version = "1.0.3 " ;
7491
7491
7492
7492
//-------------------------------------------------------------------------
7493
7493
// Rule Management
Original file line number Diff line number Diff line change 1
1
/*!
2
- CSSLint v1.0.2
2
+ CSSLint v1.0.3
3
3
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -22,10 +22,10 @@ THE SOFTWARE.
22
22
23
23
*/
24
24
25
- var module = module || { } ,
26
- exports = exports || { } ;
27
-
28
25
var CSSLint = ( function ( ) {
26
+ var module = module || { } ,
27
+ exports = exports || { } ;
28
+
29
29
/*!
30
30
Parser-Lib
31
31
Copyright (c) 2009-2016 Nicholas C. Zakas. All rights reserved.
@@ -7491,7 +7491,7 @@ var CSSLint = (function() {
7491
7491
embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
7492
7492
api = new parserlib . util . EventTarget ( ) ;
7493
7493
7494
- api . version = "1.0.2 " ;
7494
+ api . version = "1.0.3 " ;
7495
7495
7496
7496
//-------------------------------------------------------------------------
7497
7497
// Rule Management
Original file line number Diff line number Diff line change 1
1
/*!
2
- CSSLint v1.0.2
2
+ CSSLint v1.0.3
3
3
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -22,10 +22,10 @@ THE SOFTWARE.
22
22
23
23
*/
24
24
25
- var module = module || { } ,
26
- exports = exports || { } ;
27
-
28
25
var CSSLint = ( function ( ) {
26
+ var module = module || { } ,
27
+ exports = exports || { } ;
28
+
29
29
/*!
30
30
Parser-Lib
31
31
Copyright (c) 2009-2016 Nicholas C. Zakas. All rights reserved.
@@ -7491,7 +7491,7 @@ var CSSLint = (function() {
7491
7491
embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
7492
7492
api = new parserlib . util . EventTarget ( ) ;
7493
7493
7494
- api . version = "1.0.2 " ;
7494
+ api . version = "1.0.3 " ;
7495
7495
7496
7496
//-------------------------------------------------------------------------
7497
7497
// Rule Management
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " csslint" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " CSSLint" ,
5
5
"author" : " Nicole Sullivan" ,
6
6
"contributors" : [
You can’t perform that action at this time.
0 commit comments