Skip to content

Commit

Permalink
v1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 19, 2016
1 parent 275b2f1 commit 78d218d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 16 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.1
CSSLint v1.0.2
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.1
CSSLint v1.0.2
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.1";
api.version = "1.0.2";

//-------------------------------------------------------------------------
// Rule Management
Expand Down
5 changes: 2 additions & 3 deletions dist/csslint-rhino.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
CSSLint v1.0.1
CSSLint v1.0.2
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 @@ -7312,7 +7312,6 @@ module.exports = {

return require('parserlib');
})();
module.exports = parserlib;
var clone = (function() {
'use strict';

Expand Down Expand Up @@ -7492,7 +7491,7 @@ var CSSLint = (function() {
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
api = new parserlib.util.EventTarget();

api.version = "1.0.1";
api.version = "1.0.2";

//-------------------------------------------------------------------------
// Rule Management
Expand Down
5 changes: 2 additions & 3 deletions dist/csslint-worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
CSSLint v1.0.1
CSSLint v1.0.2
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 @@ -7308,7 +7308,6 @@ module.exports = {

return require('parserlib');
})();
module.exports = parserlib;
var clone = (function() {
'use strict';

Expand Down Expand Up @@ -7488,7 +7487,7 @@ var CSSLint = (function() {
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
api = new parserlib.util.EventTarget();

api.version = "1.0.1";
api.version = "1.0.2";

//-------------------------------------------------------------------------
// Rule Management
Expand Down
5 changes: 2 additions & 3 deletions dist/csslint-wsh.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
CSSLint v1.0.1
CSSLint v1.0.2
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 @@ -7312,7 +7312,6 @@ module.exports = {

return require('parserlib');
})();
module.exports = parserlib;
var clone = (function() {
'use strict';

Expand Down Expand Up @@ -7492,7 +7491,7 @@ var CSSLint = (function() {
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
api = new parserlib.util.EventTarget();

api.version = "1.0.1";
api.version = "1.0.2";

//-------------------------------------------------------------------------
// Rule Management
Expand Down
5 changes: 2 additions & 3 deletions dist/csslint.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
CSSLint v1.0.1
CSSLint v1.0.2
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 @@ -7312,7 +7312,6 @@ module.exports = {

return require('parserlib');
})();
module.exports = parserlib;
var clone = (function() {
'use strict';

Expand Down Expand Up @@ -7492,7 +7491,7 @@ var CSSLint = (function() {
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
api = new parserlib.util.EventTarget();

api.version = "1.0.1";
api.version = "1.0.2";

//-------------------------------------------------------------------------
// 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.1",
"version": "1.0.2",
"description": "CSSLint",
"author": "Nicole Sullivan",
"contributors": [
Expand Down

0 comments on commit 78d218d

Please sign in to comment.