Skip to content

Commit

Permalink
v1.0.1.
Browse files Browse the repository at this point in the history
Just to fix dist files version.
  • Loading branch information
XhmikosR committed Jul 15, 2016
1 parent c15f49a commit 965df2e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.0
CSSLint v1.0.1
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.0
CSSLint v1.0.1
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.0";
api.version = "1.0.1";

//-------------------------------------------------------------------------
// Rule Management
Expand Down
4 changes: 2 additions & 2 deletions dist/csslint-rhino.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
CSSLint v1.0.0
CSSLint v1.0.1
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 @@ -7492,7 +7492,7 @@ var CSSLint = (function() {
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
api = new parserlib.util.EventTarget();

api.version = "1.0.0";
api.version = "1.0.1";

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

api.version = "1.0.0";
api.version = "1.0.1";

//-------------------------------------------------------------------------
// Rule Management
Expand Down
4 changes: 2 additions & 2 deletions dist/csslint-wsh.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
CSSLint v1.0.0
CSSLint v1.0.1
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 @@ -7492,7 +7492,7 @@ var CSSLint = (function() {
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
api = new parserlib.util.EventTarget();

api.version = "1.0.0";
api.version = "1.0.1";

//-------------------------------------------------------------------------
// Rule Management
Expand Down
4 changes: 2 additions & 2 deletions dist/csslint.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
CSSLint v1.0.0
CSSLint v1.0.1
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 @@ -7492,7 +7492,7 @@ var CSSLint = (function() {
embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//,
api = new parserlib.util.EventTarget();

api.version = "1.0.0";
api.version = "1.0.1";

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

0 comments on commit 965df2e

Please sign in to comment.