diff --git a/dist/cli.js b/dist/cli.js index f4181e18..73b092e7 100644 --- a/dist/cli.js +++ b/dist/cli.js @@ -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 diff --git a/dist/csslint-node.js b/dist/csslint-node.js index 91d0f6a8..9b1b2783 100644 --- a/dist/csslint-node.js +++ b/dist/csslint-node.js @@ -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 @@ -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 diff --git a/dist/csslint-rhino.js b/dist/csslint-rhino.js index cdeb51e8..6988fdf6 100644 --- a/dist/csslint-rhino.js +++ b/dist/csslint-rhino.js @@ -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 @@ -7312,7 +7312,6 @@ module.exports = { return require('parserlib'); })(); -module.exports = parserlib; var clone = (function() { 'use strict'; @@ -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 diff --git a/dist/csslint-worker.js b/dist/csslint-worker.js index c1dd39a1..03ba5023 100644 --- a/dist/csslint-worker.js +++ b/dist/csslint-worker.js @@ -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 @@ -7308,7 +7308,6 @@ module.exports = { return require('parserlib'); })(); -module.exports = parserlib; var clone = (function() { 'use strict'; @@ -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 diff --git a/dist/csslint-wsh.js b/dist/csslint-wsh.js index 79584268..8d2b9196 100644 --- a/dist/csslint-wsh.js +++ b/dist/csslint-wsh.js @@ -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 @@ -7312,7 +7312,6 @@ module.exports = { return require('parserlib'); })(); -module.exports = parserlib; var clone = (function() { 'use strict'; @@ -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 diff --git a/dist/csslint.js b/dist/csslint.js index d6fa01b4..5bbd890f 100644 --- a/dist/csslint.js +++ b/dist/csslint.js @@ -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 @@ -7312,7 +7312,6 @@ module.exports = { return require('parserlib'); })(); -module.exports = parserlib; var clone = (function() { 'use strict'; @@ -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 diff --git a/package.json b/package.json index 9eb4ae94..25346160 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csslint", - "version": "1.0.1", + "version": "1.0.2", "description": "CSSLint", "author": "Nicole Sullivan", "contributors": [