Comparing version 0.1.5 to 0.1.6
@@ -195,3 +195,3 @@ /*jshint camelcase:false */ | ||
var useHash; | ||
var useHash = hash; | ||
if ( 0 < this.options.truncateHash && _.isNumber( this.options.truncateHash )) { | ||
@@ -198,0 +198,0 @@ useHash = hash.substr(0, this.options.truncateHash); |
{ | ||
"name": "assetflow", | ||
"description": "Asset deployment for node", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"homepage": "https://github.com/verbling/assetflow", | ||
@@ -6,0 +6,0 @@ "author": "Verbling", |
@@ -573,2 +573,4 @@ # assetflow | ||
- **v0.1.6**, *26 Jul 2013* | ||
- Bug fix for file created with `-undefined` hash, thanks [Younes](https://github.com/interactive-object). | ||
- **v0.1.5**, *21 Jul 2013* | ||
@@ -575,0 +577,0 @@ - Updated dependencies versions (Knox specifically had issues that are now fixed) |
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
763080
600