Skip to content

Commit

Permalink
v1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 20, 2016
1 parent 25c07ef commit fb54cc6
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion dist/cli.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
/*!
CSSLint v1.0.2
CSSLint v1.0.3
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
4 changes: 2 additions & 2 deletions dist/csslint-node.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
CSSLint v1.0.2
CSSLint v1.0.3
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -41,7 +41,7 @@ var CSSLint = (function() {
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
api = new parserlib.util.EventTarget();

api.version = "1.0.2";
api.version = "1.0.3";

//-------------------------------------------------------------------------
// Rule Management
Expand Down
10 changes: 5 additions & 5 deletions dist/csslint-rhino.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
CSSLint v1.0.2
CSSLint v1.0.3
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
Expand All @@ -22,10 +22,10 @@ THE SOFTWARE.
*/

var module = module || {},
exports = exports || {};

var CSSLint = (function(){
var module = module || {},
exports = exports || {};

/*!
Parser-Lib
Copyright (c) 2009-2016 Nicholas C. Zakas. All rights reserved.
Expand Down Expand Up @@ -7491,7 +7491,7 @@ var CSSLint = (function() {
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
api = new parserlib.util.EventTarget();

api.version = "1.0.2";
api.version = "1.0.3";

//-------------------------------------------------------------------------
// Rule Management
Expand Down
4 changes: 2 additions & 2 deletions dist/csslint-worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
CSSLint v1.0.2
CSSLint v1.0.3
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -7487,7 +7487,7 @@ var CSSLint = (function() {
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
api = new parserlib.util.EventTarget();

api.version = "1.0.2";
api.version = "1.0.3";

//-------------------------------------------------------------------------
// Rule Management
Expand Down
10 changes: 5 additions & 5 deletions dist/csslint-wsh.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
CSSLint v1.0.2
CSSLint v1.0.3
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
Expand All @@ -22,10 +22,10 @@ THE SOFTWARE.
*/

var module = module || {},
exports = exports || {};

var CSSLint = (function(){
var module = module || {},
exports = exports || {};

/*!
Parser-Lib
Copyright (c) 2009-2016 Nicholas C. Zakas. All rights reserved.
Expand Down Expand Up @@ -7491,7 +7491,7 @@ var CSSLint = (function() {
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
api = new parserlib.util.EventTarget();

api.version = "1.0.2";
api.version = "1.0.3";

//-------------------------------------------------------------------------
// Rule Management
Expand Down
10 changes: 5 additions & 5 deletions dist/csslint.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
CSSLint v1.0.2
CSSLint v1.0.3
Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
Expand All @@ -22,10 +22,10 @@ THE SOFTWARE.
*/

var module = module || {},
exports = exports || {};

var CSSLint = (function(){
var module = module || {},
exports = exports || {};

/*!
Parser-Lib
Copyright (c) 2009-2016 Nicholas C. Zakas. All rights reserved.
Expand Down Expand Up @@ -7491,7 +7491,7 @@ var CSSLint = (function() {
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
api = new parserlib.util.EventTarget();

api.version = "1.0.2";
api.version = "1.0.3";

//-------------------------------------------------------------------------
// Rule Management
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csslint",
"version": "1.0.2",
"version": "1.0.3",
"description": "CSSLint",
"author": "Nicole Sullivan",
"contributors": [
Expand Down

0 comments on commit fb54cc6

Please sign in to comment.