Comparing version 1.5.0 to 1.5.1
'use strict'; | ||
var path = require('path'); | ||
var gutil = require('gulp-util'); | ||
@@ -7,2 +8,3 @@ var through = require('through2'); | ||
var assign = require('object-assign'); | ||
var tildify = require('tildify'); | ||
@@ -35,3 +37,3 @@ module.exports = function (options) { | ||
} catch (error) { | ||
throw new Error('Unable to load JSCS config file at ' + path.join(process.cwd(), configPath)); | ||
throw new Error('Unable to load JSCS config file at ' + tildify(path.resolve(configPath))); | ||
} | ||
@@ -38,0 +40,0 @@ } else { |
{ | ||
"name": "gulp-jscs", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Check JavaScript code style with jscs", | ||
@@ -40,3 +40,4 @@ "license": "MIT", | ||
"object-assign": "^2.0.0", | ||
"through2": "^0.6.1" | ||
"through2": "^0.6.1", | ||
"tildify": "^1.0.0" | ||
}, | ||
@@ -43,0 +44,0 @@ "devDependencies": { |
5641
74
5
+ Addedtildify@^1.0.0
+ Addedos-homedir@1.0.2(transitive)
+ Addedtildify@1.2.0(transitive)