Comparing version 1.0.6 to 1.0.7
@@ -13,3 +13,3 @@ glob = require('glob'); | ||
// NOTE: the three route config params below must be specified in the nodule init method, they cannot be mutated at request-time | ||
// REQUIRED, must be unique within express app, can be an array of multiple routes | ||
// REQUIRED, must be unique within express app, can be String or RegExp or an array of either to handle multiple routes | ||
route: null, | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "nodulejs", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Utility for discovering and initializing node/express 'nodules'", | ||
@@ -5,0 +5,0 @@ "main": "nodule.js", |
@@ -10,1 +10,2 @@ nodulejs | ||
Don't use this yet. I am still working out the details with the first real implementation (an-API based framework that calls everything in parallel and returns HTML or JSON) |
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
15387
11