File tree Expand file tree Collapse file tree 7 files changed +12
-16
lines changed Expand file tree Collapse file tree 7 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env node
22/*!
3- CSSLint v1.0.1
3+ CSSLint v1.0.2
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.1
2+ CSSLint v1.0.2
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.1 " ;
44+ api . version = "1.0.2 " ;
4545
4646 //-------------------------------------------------------------------------
4747 // Rule Management
Original file line number Diff line number Diff line change 11/*!
2- CSSLint v1.0.1
2+ CSSLint v1.0.2
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
@@ -7312,7 +7312,6 @@ module.exports = {
73127312
73137313return require ( 'parserlib' ) ;
73147314} ) ( ) ;
7315- module . exports = parserlib ;
73167315var clone = ( function ( ) {
73177316'use strict' ;
73187317
@@ -7492,7 +7491,7 @@ var CSSLint = (function() {
74927491 embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
74937492 api = new parserlib . util . EventTarget ( ) ;
74947493
7495- api . version = "1.0.1 " ;
7494+ api . version = "1.0.2 " ;
74967495
74977496 //-------------------------------------------------------------------------
74987497 // Rule Management
Original file line number Diff line number Diff line change 11/*!
2- CSSLint v1.0.1
2+ CSSLint v1.0.2
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
@@ -7308,7 +7308,6 @@ module.exports = {
73087308
73097309return require ( 'parserlib' ) ;
73107310} ) ( ) ;
7311- module . exports = parserlib ;
73127311var clone = ( function ( ) {
73137312'use strict' ;
73147313
@@ -7488,7 +7487,7 @@ var CSSLint = (function() {
74887487 embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
74897488 api = new parserlib . util . EventTarget ( ) ;
74907489
7491- api . version = "1.0.1 " ;
7490+ api . version = "1.0.2 " ;
74927491
74937492 //-------------------------------------------------------------------------
74947493 // Rule Management
Original file line number Diff line number Diff line change 11/*!
2- CSSLint v1.0.1
2+ CSSLint v1.0.2
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
@@ -7312,7 +7312,6 @@ module.exports = {
73127312
73137313return require ( 'parserlib' ) ;
73147314} ) ( ) ;
7315- module . exports = parserlib ;
73167315var clone = ( function ( ) {
73177316'use strict' ;
73187317
@@ -7492,7 +7491,7 @@ var CSSLint = (function() {
74927491 embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
74937492 api = new parserlib . util . EventTarget ( ) ;
74947493
7495- api . version = "1.0.1 " ;
7494+ api . version = "1.0.2 " ;
74967495
74977496 //-------------------------------------------------------------------------
74987497 // Rule Management
Original file line number Diff line number Diff line change 11/*!
2- CSSLint v1.0.1
2+ CSSLint v1.0.2
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
@@ -7312,7 +7312,6 @@ module.exports = {
73127312
73137313return require ( 'parserlib' ) ;
73147314} ) ( ) ;
7315- module . exports = parserlib ;
73167315var clone = ( function ( ) {
73177316'use strict' ;
73187317
@@ -7492,7 +7491,7 @@ var CSSLint = (function() {
74927491 embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
74937492 api = new parserlib . util . EventTarget ( ) ;
74947493
7495- api . version = "1.0.1 " ;
7494+ api . version = "1.0.2 " ;
74967495
74977496 //-------------------------------------------------------------------------
74987497 // Rule Management
Original file line number Diff line number Diff line change 11{
22 "name" : " csslint" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " CSSLint" ,
55 "author" : " Nicole Sullivan" ,
66 "contributors" : [
You can’t perform that action at this time.
0 commit comments