Comparing version
@@ -71,3 +71,3 @@ var crypto = require('crypto'), | ||
var space = null; | ||
var append = false; | ||
var append = true; | ||
var sourceDir = __dirname; | ||
@@ -150,2 +150,6 @@ var deleteOld = false; | ||
exportObj.resetManifestCache = function() { | ||
origManifestContents = {}; | ||
}; | ||
module.exports = exportObj; |
{ | ||
"name": "gulp-hash", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Cachebust your assets by adding a hash to the filename", | ||
@@ -31,2 +31,5 @@ "license": "MIT", | ||
"name": "https://github.com/outpunk" | ||
}, | ||
{ | ||
"name": "https://github.com/MEGApixel23" | ||
} | ||
@@ -33,0 +36,0 @@ ], |
10243
1.34%128
2.4%