csscomb-linter
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -68,2 +68,3 @@ #!/usr/bin/env node | ||
filename: path.basename(filePath), | ||
filePath: filePath, | ||
syntax: path.extname(filePath).replace('.', '') | ||
@@ -70,0 +71,0 @@ }; |
@@ -71,3 +71,3 @@ 'use strict'; | ||
if (options.filename) { | ||
this.push(util.format('%s: CSScomb linting failed for that file\n', options.filename)); | ||
this.push(util.format('%s: CSScomb linting failed for that file\n', options.filePath)); | ||
} else { | ||
@@ -74,0 +74,0 @@ this.push('CSScomb linting failed\n'); |
{ | ||
"name": "csscomb-linter", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Linter for CSS based on the csscomb", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7673
173