Comparing version 1.7.2 to 1.7.3
# Change History | ||
## v1.7.3 (2015-11-30) | ||
* Updated sack version to fix issue with nested functions | ||
## v1.7.2 (2015-11-29) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "billy", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "A minimal application harness that stays out of your way and out of your code.", | ||
@@ -42,5 +42,5 @@ "author": { | ||
"debug": "^2.0.0", | ||
"sack": "^2.2.2", | ||
"sack": "^2.2.3", | ||
"typedef": "^1.1.0" | ||
} | ||
} |
@@ -10,3 +10,2 @@ var test = require('tape'); | ||
t.plan(3); | ||
console.log(billy); | ||
t.strictEqual(billy.Application, Application); | ||
@@ -13,0 +12,0 @@ t.strictEqual(billy, Application); |
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
33155
695
Updatedsack@^2.2.3