Skip to content

Commit 965df2e

Browse files
committed
v1.0.1.
Just to fix dist files version.
1 parent c15f49a commit 965df2e

7 files changed

+12
-12
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.0
3+
CSSLint v1.0.1
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.0
2+
CSSLint v1.0.1
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.0";
44+
api.version = "1.0.1";
4545

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

dist/csslint-rhino.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
CSSLint v1.0.0
2+
CSSLint v1.0.1
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
@@ -7492,7 +7492,7 @@ var CSSLint = (function() {
74927492
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
74937493
api = new parserlib.util.EventTarget();
74947494

7495-
api.version = "1.0.0";
7495+
api.version = "1.0.1";
74967496

74977497
//-------------------------------------------------------------------------
74987498
// 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.0
2+
CSSLint v1.0.1
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
@@ -7488,7 +7488,7 @@ var CSSLint = (function() {
74887488
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
74897489
api = new parserlib.util.EventTarget();
74907490

7491-
api.version = "1.0.0";
7491+
api.version = "1.0.1";
74927492

74937493
//-------------------------------------------------------------------------
74947494
// Rule Management

dist/csslint-wsh.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
CSSLint v1.0.0
2+
CSSLint v1.0.1
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
@@ -7492,7 +7492,7 @@ var CSSLint = (function() {
74927492
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
74937493
api = new parserlib.util.EventTarget();
74947494

7495-
api.version = "1.0.0";
7495+
api.version = "1.0.1";
74967496

74977497
//-------------------------------------------------------------------------
74987498
// Rule Management

dist/csslint.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
CSSLint v1.0.0
2+
CSSLint v1.0.1
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
@@ -7492,7 +7492,7 @@ var CSSLint = (function() {
74927492
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
74937493
api = new parserlib.util.EventTarget();
74947494

7495-
api.version = "1.0.0";
7495+
api.version = "1.0.1";
74967496

74977497
//-------------------------------------------------------------------------
74987498
// 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.0",
3+
"version": "1.0.1",
44
"description": "CSSLint",
55
"author": "Nicole Sullivan",
66
"contributors": [

0 commit comments

Comments
 (0)