Comparing version 0.10.9-1 to 0.10.10-0
@@ -465,3 +465,2 @@ "use strict"; | ||
src = header + src; | ||
src = src.replace( "longStackTraces = false", "longStackTraces = true" ); | ||
return Q.nfcall(fs.writeFile, dest, src ); | ||
@@ -468,0 +467,0 @@ }); |
@@ -363,3 +363,3 @@ /** | ||
var longStackTraces = false || false || !!( | ||
var longStackTraces = false || !!( | ||
typeof process !== "undefined" && | ||
@@ -366,0 +366,0 @@ typeof process.execPath === "string" && |
@@ -363,3 +363,3 @@ /** | ||
var longStackTraces = false || false || !!( | ||
var longStackTraces = false || !!( | ||
typeof process !== "undefined" && | ||
@@ -366,0 +366,0 @@ typeof process.execPath === "string" && |
{ | ||
"name": "bluebird", | ||
"description": "Full featured Promises/A+ implementation with exceptionally good performance", | ||
"version": "0.10.9-1", | ||
"version": "0.10.10-0", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "promise", |
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
456425
9432