Skip to content

Commit 78d218d

Browse files
committed
v1.0.2.
1 parent 275b2f1 commit 78d218d

File tree

7 files changed

+12
-16
lines changed

7 files changed

+12
-16
lines changed

dist/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
/*!
3-
CSSLint v1.0.1
3+
CSSLint v1.0.2
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
CSSLint v1.0.1
2+
CSSLint v1.0.2
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.1";
44+
api.version = "1.0.2";
4545

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

dist/csslint-rhino.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
CSSLint v1.0.1
2+
CSSLint v1.0.2
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
@@ -7312,7 +7312,6 @@ module.exports = {
73127312

73137313
return require('parserlib');
73147314
})();
7315-
module.exports = parserlib;
73167315
var clone = (function() {
73177316
'use strict';
73187317

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

7495-
api.version = "1.0.1";
7494+
api.version = "1.0.2";
74967495

74977496
//-------------------------------------------------------------------------
74987497
// Rule Management

dist/csslint-worker.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
CSSLint v1.0.1
2+
CSSLint v1.0.2
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
@@ -7308,7 +7308,6 @@ module.exports = {
73087308

73097309
return require('parserlib');
73107310
})();
7311-
module.exports = parserlib;
73127311
var clone = (function() {
73137312
'use strict';
73147313

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

7491-
api.version = "1.0.1";
7490+
api.version = "1.0.2";
74927491

74937492
//-------------------------------------------------------------------------
74947493
// Rule Management

dist/csslint-wsh.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
CSSLint v1.0.1
2+
CSSLint v1.0.2
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
@@ -7312,7 +7312,6 @@ module.exports = {
73127312

73137313
return require('parserlib');
73147314
})();
7315-
module.exports = parserlib;
73167315
var clone = (function() {
73177316
'use strict';
73187317

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

7495-
api.version = "1.0.1";
7494+
api.version = "1.0.2";
74967495

74977496
//-------------------------------------------------------------------------
74987497
// Rule Management

dist/csslint.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
CSSLint v1.0.1
2+
CSSLint v1.0.2
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
@@ -7312,7 +7312,6 @@ module.exports = {
73127312

73137313
return require('parserlib');
73147314
})();
7315-
module.exports = parserlib;
73167315
var clone = (function() {
73177316
'use strict';
73187317

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

7495-
api.version = "1.0.1";
7494+
api.version = "1.0.2";
74967495

74977496
//-------------------------------------------------------------------------
74987497
// Rule Management

package.json

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

0 commit comments

Comments
 (0)