Comparing version 0.5.12 to 0.5.13
@@ -9,3 +9,3 @@ var path = require("path"); | ||
var withoutFingerprint = function(name) { | ||
return name.replace(/-[\S]*$/, ""); | ||
return name.replace(/-\d+$/, ""); | ||
}; | ||
@@ -12,0 +12,0 @@ |
@@ -42,3 +42,3 @@ var _ = require("underscore"); | ||
} else { | ||
raise(e); | ||
throw(e); | ||
} | ||
@@ -45,0 +45,0 @@ } |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "0.5.12", | ||
"version": "0.5.13", | ||
"homepage": "https://github.com/laktek/punch", | ||
@@ -18,0 +18,0 @@ "author": "Lakshan Perera <lakshan@web2media.net> (http://laktek.com)", |
Sorry, the diff of this file is not supported yet
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