File tree 7 files changed +12
-12
lines changed
7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env node
2
2
/*!
3
- CSSLint v1.0.0
3
+ CSSLint v1.0.1
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.0
2
+ CSSLint v1.0.1
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.0 " ;
44
+ api . version = "1.0.1 " ;
45
45
46
46
//-------------------------------------------------------------------------
47
47
// Rule Management
Original file line number Diff line number Diff line change 1
1
/*!
2
- CSSLint v1.0.0
2
+ CSSLint v1.0.1
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
@@ -7492,7 +7492,7 @@ var CSSLint = (function() {
7492
7492
embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
7493
7493
api = new parserlib . util . EventTarget ( ) ;
7494
7494
7495
- api . version = "1.0.0 " ;
7495
+ api . version = "1.0.1 " ;
7496
7496
7497
7497
//-------------------------------------------------------------------------
7498
7498
// Rule Management
Original file line number Diff line number Diff line change 1
1
/*!
2
- CSSLint v1.0.0
2
+ CSSLint v1.0.1
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
@@ -7488,7 +7488,7 @@ var CSSLint = (function() {
7488
7488
embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
7489
7489
api = new parserlib . util . EventTarget ( ) ;
7490
7490
7491
- api . version = "1.0.0 " ;
7491
+ api . version = "1.0.1 " ;
7492
7492
7493
7493
//-------------------------------------------------------------------------
7494
7494
// Rule Management
Original file line number Diff line number Diff line change 1
1
/*!
2
- CSSLint v1.0.0
2
+ CSSLint v1.0.1
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
@@ -7492,7 +7492,7 @@ var CSSLint = (function() {
7492
7492
embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
7493
7493
api = new parserlib . util . EventTarget ( ) ;
7494
7494
7495
- api . version = "1.0.0 " ;
7495
+ api . version = "1.0.1 " ;
7496
7496
7497
7497
//-------------------------------------------------------------------------
7498
7498
// Rule Management
Original file line number Diff line number Diff line change 1
1
/*!
2
- CSSLint v1.0.0
2
+ CSSLint v1.0.1
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
@@ -7492,7 +7492,7 @@ var CSSLint = (function() {
7492
7492
embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
7493
7493
api = new parserlib . util . EventTarget ( ) ;
7494
7494
7495
- api . version = "1.0.0 " ;
7495
+ api . version = "1.0.1 " ;
7496
7496
7497
7497
//-------------------------------------------------------------------------
7498
7498
// Rule Management
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " csslint" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " CSSLint" ,
5
5
"author" : " Nicole Sullivan" ,
6
6
"contributors" : [
You can’t perform that action at this time.
0 commit comments