File tree Expand file tree Collapse file tree 7 files changed +21
-21
lines changed Expand file tree Collapse file tree 7 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env node
22/*!
3- CSSLint v1.0.2
3+ CSSLint v1.0.3
44Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
55
66Permission is hereby granted, free of charge, to any person obtaining a copy
Original file line number Diff line number Diff line change 11/*!
2- CSSLint v1.0.2
2+ CSSLint v1.0.3
33Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -41,7 +41,7 @@ var CSSLint = (function() {
4141 embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
4242 api = new parserlib . util . EventTarget ( ) ;
4343
44- api . version = "1.0.2 " ;
44+ api . version = "1.0.3 " ;
4545
4646 //-------------------------------------------------------------------------
4747 // Rule Management
Original file line number Diff line number Diff line change 11/*!
2- CSSLint v1.0.2
2+ CSSLint v1.0.3
33Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -22,10 +22,10 @@ THE SOFTWARE.
2222
2323*/
2424
25- var module = module || { } ,
26- exports = exports || { } ;
27-
2825var CSSLint = ( function ( ) {
26+ var module = module || { } ,
27+ exports = exports || { } ;
28+
2929/*!
3030Parser-Lib
3131Copyright (c) 2009-2016 Nicholas C. Zakas. All rights reserved.
@@ -7491,7 +7491,7 @@ var CSSLint = (function() {
74917491 embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
74927492 api = new parserlib . util . EventTarget ( ) ;
74937493
7494- api . version = "1.0.2 " ;
7494+ api . version = "1.0.3 " ;
74957495
74967496 //-------------------------------------------------------------------------
74977497 // Rule Management
Original file line number Diff line number Diff line change 11/*!
2- CSSLint v1.0.2
2+ CSSLint v1.0.3
33Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -7487,7 +7487,7 @@ var CSSLint = (function() {
74877487 embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
74887488 api = new parserlib . util . EventTarget ( ) ;
74897489
7490- api . version = "1.0.2 " ;
7490+ api . version = "1.0.3 " ;
74917491
74927492 //-------------------------------------------------------------------------
74937493 // Rule Management
Original file line number Diff line number Diff line change 11/*!
2- CSSLint v1.0.2
2+ CSSLint v1.0.3
33Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -22,10 +22,10 @@ THE SOFTWARE.
2222
2323*/
2424
25- var module = module || { } ,
26- exports = exports || { } ;
27-
2825var CSSLint = ( function ( ) {
26+ var module = module || { } ,
27+ exports = exports || { } ;
28+
2929/*!
3030Parser-Lib
3131Copyright (c) 2009-2016 Nicholas C. Zakas. All rights reserved.
@@ -7491,7 +7491,7 @@ var CSSLint = (function() {
74917491 embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
74927492 api = new parserlib . util . EventTarget ( ) ;
74937493
7494- api . version = "1.0.2 " ;
7494+ api . version = "1.0.3 " ;
74957495
74967496 //-------------------------------------------------------------------------
74977497 // Rule Management
Original file line number Diff line number Diff line change 11/*!
2- CSSLint v1.0.2
2+ CSSLint v1.0.3
33Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -22,10 +22,10 @@ THE SOFTWARE.
2222
2323*/
2424
25- var module = module || { } ,
26- exports = exports || { } ;
27-
2825var CSSLint = ( function ( ) {
26+ var module = module || { } ,
27+ exports = exports || { } ;
28+
2929/*!
3030Parser-Lib
3131Copyright (c) 2009-2016 Nicholas C. Zakas. All rights reserved.
@@ -7491,7 +7491,7 @@ var CSSLint = (function() {
74917491 embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
74927492 api = new parserlib . util . EventTarget ( ) ;
74937493
7494- api . version = "1.0.2 " ;
7494+ api . version = "1.0.3 " ;
74957495
74967496 //-------------------------------------------------------------------------
74977497 // Rule Management
Original file line number Diff line number Diff line change 11{
22 "name" : " csslint" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " CSSLint" ,
55 "author" : " Nicole Sullivan" ,
66 "contributors" : [
You can’t perform that action at this time.
0 commit comments