Comparing version 0.1.6 to 0.1.7
@@ -1,4 +0,3 @@ | ||
( // Module boilerplate to support node.js and AMD. | ||
(typeof module === "object" && function (m) { module.exports = m(require('events')); }) || | ||
(typeof module !== "undefined" && function (m) { module.exports = m(require('events')); }) || | ||
(typeof define === "function" && function (m) { define(["events"], m); }) | ||
@@ -222,2 +221,6 @@ )(function (events) { | ||
if (plugins.length) { | ||
plugins.forEach(function(plugin) { | ||
delete plugin.config; | ||
}); | ||
console.error("Could not resolve dependencies of these plugins:", plugins); | ||
@@ -339,2 +342,2 @@ console.error("Resovled services:", resolved); | ||
}); | ||
}); |
{ | ||
"name": "architect", | ||
"description": "A Simple yet powerful plugin system for node applications", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"author": "ajax.org B.V. <info@ajax.org>", | ||
@@ -34,2 +34,2 @@ "contributors": [ | ||
] | ||
} | ||
} |
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
19168
10
334