Skip to content

Commit fb54cc6

Browse files
committed
v1.0.3.
1 parent 25c07ef commit fb54cc6

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

dist/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
/*!
3-
CSSLint v1.0.2
3+
CSSLint v1.0.3
44
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy

dist/csslint-node.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
CSSLint v1.0.2
2+
CSSLint v1.0.3
33
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -41,7 +41,7 @@ var CSSLint = (function() {
4141
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
4242
api = new parserlib.util.EventTarget();
4343

44-
api.version = "1.0.2";
44+
api.version = "1.0.3";
4545

4646
//-------------------------------------------------------------------------
4747
// Rule Management

dist/csslint-rhino.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
CSSLint v1.0.2
2+
CSSLint v1.0.3
33
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
44
55
Permission 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-
2825
var CSSLint = (function(){
26+
var module = module || {},
27+
exports = exports || {};
28+
2929
/*!
3030
Parser-Lib
3131
Copyright (c) 2009-2016 Nicholas C. Zakas. All rights reserved.
@@ -7491,7 +7491,7 @@ var CSSLint = (function() {
74917491
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
74927492
api = new parserlib.util.EventTarget();
74937493

7494-
api.version = "1.0.2";
7494+
api.version = "1.0.3";
74957495

74967496
//-------------------------------------------------------------------------
74977497
// Rule Management

dist/csslint-worker.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
CSSLint v1.0.2
2+
CSSLint v1.0.3
33
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -7487,7 +7487,7 @@ var CSSLint = (function() {
74877487
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
74887488
api = new parserlib.util.EventTarget();
74897489

7490-
api.version = "1.0.2";
7490+
api.version = "1.0.3";
74917491

74927492
//-------------------------------------------------------------------------
74937493
// Rule Management

dist/csslint-wsh.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
CSSLint v1.0.2
2+
CSSLint v1.0.3
33
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
44
55
Permission 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-
2825
var CSSLint = (function(){
26+
var module = module || {},
27+
exports = exports || {};
28+
2929
/*!
3030
Parser-Lib
3131
Copyright (c) 2009-2016 Nicholas C. Zakas. All rights reserved.
@@ -7491,7 +7491,7 @@ var CSSLint = (function() {
74917491
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
74927492
api = new parserlib.util.EventTarget();
74937493

7494-
api.version = "1.0.2";
7494+
api.version = "1.0.3";
74957495

74967496
//-------------------------------------------------------------------------
74977497
// Rule Management

dist/csslint.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
CSSLint v1.0.2
2+
CSSLint v1.0.3
33
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
44
55
Permission 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-
2825
var CSSLint = (function(){
26+
var module = module || {},
27+
exports = exports || {};
28+
2929
/*!
3030
Parser-Lib
3131
Copyright (c) 2009-2016 Nicholas C. Zakas. All rights reserved.
@@ -7491,7 +7491,7 @@ var CSSLint = (function() {
74917491
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
74927492
api = new parserlib.util.EventTarget();
74937493

7494-
api.version = "1.0.2";
7494+
api.version = "1.0.3";
74957495

74967496
//-------------------------------------------------------------------------
74977497
// Rule Management

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csslint",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "CSSLint",
55
"author": "Nicole Sullivan",
66
"contributors": [

0 commit comments

Comments
 (0)