Comparing version 1.0.3 to 1.0.4
@@ -28,3 +28,4 @@ glob = require('glob'); | ||
// TODO - look for a cleaner way to do this inside the nodules | ||
app.initNodule = initNodule; | ||
// change name from module to nodule in all files | ||
app.initModule = initModule; | ||
@@ -44,3 +45,3 @@ return { | ||
function initNodule(file, config) { | ||
function initModule(file, config) { | ||
var seedNodule = _.extend(_.cloneDeep(defaultConfig), config); // merge config properties onto default config | ||
@@ -47,0 +48,0 @@ seedNodule.path = path.dirname(file); |
{ | ||
"name": "nodulejs", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Utility for discovering and initializing node/express modules", | ||
@@ -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
15426
69