mixdown-router
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -23,3 +23,4 @@ var _ = require('lodash'); | ||
// attach the generator part of the router. | ||
app.plugins.use(new Generator(namespace), options); | ||
Generator.constructor.call(instance, namespace); | ||
Generator.prototype.attach.call(this, options); | ||
@@ -26,0 +27,0 @@ var self = this[namespace]; |
{ | ||
"name": "mixdown-router", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Router for mixdown.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31157
615
0