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 1
1
#!/usr/bin/env node
2
2
/*!
3
- CSSLint v1.0.1
3
+ CSSLint v1.0.2
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.1
2
+ CSSLint v1.0.2
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.1 " ;
44
+ api . version = "1.0.2 " ;
45
45
46
46
//-------------------------------------------------------------------------
47
47
// Rule Management
Original file line number Diff line number Diff line change 1
1
/*!
2
- CSSLint v1.0.1
2
+ CSSLint v1.0.2
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
@@ -7312,7 +7312,6 @@ module.exports = {
7312
7312
7313
7313
return require ( 'parserlib' ) ;
7314
7314
} ) ( ) ;
7315
- module . exports = parserlib ;
7316
7315
var clone = ( function ( ) {
7317
7316
'use strict' ;
7318
7317
@@ -7492,7 +7491,7 @@ var CSSLint = (function() {
7492
7491
embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
7493
7492
api = new parserlib . util . EventTarget ( ) ;
7494
7493
7495
- api . version = "1.0.1 " ;
7494
+ api . version = "1.0.2 " ;
7496
7495
7497
7496
//-------------------------------------------------------------------------
7498
7497
// Rule Management
Original file line number Diff line number Diff line change 1
1
/*!
2
- CSSLint v1.0.1
2
+ CSSLint v1.0.2
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
@@ -7308,7 +7308,6 @@ module.exports = {
7308
7308
7309
7309
return require ( 'parserlib' ) ;
7310
7310
} ) ( ) ;
7311
- module . exports = parserlib ;
7312
7311
var clone = ( function ( ) {
7313
7312
'use strict' ;
7314
7313
@@ -7488,7 +7487,7 @@ var CSSLint = (function() {
7488
7487
embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
7489
7488
api = new parserlib . util . EventTarget ( ) ;
7490
7489
7491
- api . version = "1.0.1 " ;
7490
+ api . version = "1.0.2 " ;
7492
7491
7493
7492
//-------------------------------------------------------------------------
7494
7493
// Rule Management
Original file line number Diff line number Diff line change 1
1
/*!
2
- CSSLint v1.0.1
2
+ CSSLint v1.0.2
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
@@ -7312,7 +7312,6 @@ module.exports = {
7312
7312
7313
7313
return require ( 'parserlib' ) ;
7314
7314
} ) ( ) ;
7315
- module . exports = parserlib ;
7316
7315
var clone = ( function ( ) {
7317
7316
'use strict' ;
7318
7317
@@ -7492,7 +7491,7 @@ var CSSLint = (function() {
7492
7491
embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
7493
7492
api = new parserlib . util . EventTarget ( ) ;
7494
7493
7495
- api . version = "1.0.1 " ;
7494
+ api . version = "1.0.2 " ;
7496
7495
7497
7496
//-------------------------------------------------------------------------
7498
7497
// Rule Management
Original file line number Diff line number Diff line change 1
1
/*!
2
- CSSLint v1.0.1
2
+ CSSLint v1.0.2
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
@@ -7312,7 +7312,6 @@ module.exports = {
7312
7312
7313
7313
return require ( 'parserlib' ) ;
7314
7314
} ) ( ) ;
7315
- module . exports = parserlib ;
7316
7315
var clone = ( function ( ) {
7317
7316
'use strict' ;
7318
7317
@@ -7492,7 +7491,7 @@ var CSSLint = (function() {
7492
7491
embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
7493
7492
api = new parserlib . util . EventTarget ( ) ;
7494
7493
7495
- api . version = "1.0.1 " ;
7494
+ api . version = "1.0.2 " ;
7496
7495
7497
7496
//-------------------------------------------------------------------------
7498
7497
// Rule Management
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " csslint" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " CSSLint" ,
5
5
"author" : " Nicole Sullivan" ,
6
6
"contributors" : [
You can’t perform that action at this time.
0 commit comments