gulp-gitversion
Advanced tools
Comparing version 0.0.1 to 0.0.3
@@ -7,10 +7,11 @@ var streamMap = require('map-stream'); | ||
var string = [ | ||
';\n', | ||
'// git version:' + stdout, | ||
'// create at: ' + new Date() | ||
].join('\n'); | ||
].join(''); | ||
file.contents = new Buffer(file.contents.toString() + string); | ||
cb(null, file); | ||
} | ||
}); | ||
}); | ||
}; | ||
{ | ||
"name": "gulp-gitversion", | ||
"version": "0.0.1", | ||
"version": "0.0.3", | ||
"description": "gulp plugin for appending git-version", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2141
15