Comparing version 0.1.0 to 0.1.1
@@ -46,2 +46,5 @@ var events = require('events'); | ||
var setup = require(that.packagePath); | ||
that.app.emit("setup", that); | ||
try { | ||
@@ -79,2 +82,2 @@ var r = setup(that, imports, register, that.app); | ||
module.exports = Plugin; | ||
module.exports = Plugin; |
{ | ||
"name": "engineer", | ||
"description": "Powerful plugin system for writing large and extensible NodeJS applications", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "FriendCode <contact@friendco.de>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
25384
296