gulp-symlink
Advanced tools
Comparing version
@@ -102,3 +102,3 @@ /* jshint node:true */ | ||
if(exists && !options.force) { | ||
return errored.call(self, 'Destination file exists ('+destination+') - use force option to replace', callback); | ||
return errored.call(self, 'Destination file exists ('+symlink.path+') - use force option to replace', callback); | ||
} else { | ||
@@ -105,0 +105,0 @@ |
{ | ||
"name": "gulp-symlink", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Create symlinks during your gulp build.", | ||
@@ -24,15 +24,15 @@ "license": "MIT", | ||
"through2": "~2.0.0", | ||
"async": "~1.2.1" | ||
"async": "~1.4.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "~3.0.0", | ||
"chai": "~3.2.0", | ||
"clear": "0.0.1", | ||
"gulp": "~3.9.0", | ||
"gulp-jshint": "~1.11.0", | ||
"gulp-mocha": "~2.1.2", | ||
"gulp-jshint": "~1.11.2", | ||
"gulp-mocha": "~2.1.3", | ||
"jshint-stylish": "~2.0.1", | ||
"mocha": "^2.2.5", | ||
"rimraf": "~2.4.0" | ||
"rimraf": "~2.4.2" | ||
}, | ||
"main": "index.js" | ||
} |
Sorry, the diff of this file is not supported yet
19485
0.18%+ Added
- Removed
Updated