Comparing version 1.0.0-beta-7 to 1.0.0-beta-8
12
index.js
@@ -93,2 +93,14 @@ 'use strict' | ||
once () { | ||
return this.app.once.apply(this.app, arguments) | ||
} | ||
on () { | ||
return this.app.once.apply(this.app, arguments) | ||
} | ||
after () { | ||
return this.app.after.apply(this.app, arguments) | ||
} | ||
/** | ||
@@ -95,0 +107,0 @@ * Expose the application's logger directly on the Trailpack for convenience. |
{ | ||
"name": "trailpack", | ||
"version": "1.0.0-beta-7", | ||
"version": "1.0.0-beta-8", | ||
"description": "Trailpack Interface. Trailpacks extend the functionality of the Trails framework.", | ||
@@ -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
28291
585