File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env node
22/*!
3- CSSLint v1.0.0
3+ CSSLint v1.0.1
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.0
2+ CSSLint v1.0.1
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.0 " ;
44+ api . version = "1.0.1 " ;
4545
4646 //-------------------------------------------------------------------------
4747 // Rule Management
Original file line number Diff line number Diff line change 11/*!
2- CSSLint v1.0.0
2+ CSSLint v1.0.1
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
@@ -7492,7 +7492,7 @@ var CSSLint = (function() {
74927492 embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
74937493 api = new parserlib . util . EventTarget ( ) ;
74947494
7495- api . version = "1.0.0 " ;
7495+ api . version = "1.0.1 " ;
74967496
74977497 //-------------------------------------------------------------------------
74987498 // Rule Management
Original file line number Diff line number Diff line change 11/*!
2- CSSLint v1.0.0
2+ CSSLint v1.0.1
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
@@ -7488,7 +7488,7 @@ var CSSLint = (function() {
74887488 embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
74897489 api = new parserlib . util . EventTarget ( ) ;
74907490
7491- api . version = "1.0.0 " ;
7491+ api . version = "1.0.1 " ;
74927492
74937493 //-------------------------------------------------------------------------
74947494 // Rule Management
Original file line number Diff line number Diff line change 11/*!
2- CSSLint v1.0.0
2+ CSSLint v1.0.1
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
@@ -7492,7 +7492,7 @@ var CSSLint = (function() {
74927492 embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
74937493 api = new parserlib . util . EventTarget ( ) ;
74947494
7495- api . version = "1.0.0 " ;
7495+ api . version = "1.0.1 " ;
74967496
74977497 //-------------------------------------------------------------------------
74987498 // Rule Management
Original file line number Diff line number Diff line change 11/*!
2- CSSLint v1.0.0
2+ CSSLint v1.0.1
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
@@ -7492,7 +7492,7 @@ var CSSLint = (function() {
74927492 embeddedRuleset = / \/ \* \s * c s s l i n t ( [ ^ \* ] * ) \* \/ / ,
74937493 api = new parserlib . util . EventTarget ( ) ;
74947494
7495- api . version = "1.0.0 " ;
7495+ api . version = "1.0.1 " ;
74967496
74977497 //-------------------------------------------------------------------------
74987498 // Rule Management
Original file line number Diff line number Diff line change 11{
22 "name" : " csslint" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " CSSLint" ,
55 "author" : " Nicole Sullivan" ,
66 "contributors" : [
You can’t perform that action at this time.
0 commit comments