Comparing version 0.0.2 to 0.0.3
@@ -8,3 +8,3 @@ | ||
stache = require('stache'), | ||
knot = require('knot'), | ||
knot = require('../../'), | ||
app = express.createServer(); | ||
@@ -11,0 +11,0 @@ |
@@ -15,5 +15,4 @@ { | ||
"express": "2.5.x", | ||
"stache": "0.1.0", | ||
"knot": ">= 0.0.1" | ||
"stache": "0.1.0" | ||
} | ||
} |
@@ -13,3 +13,3 @@ { | ||
"knot": { | ||
"client": [ | ||
"modules": [ | ||
"lib/increment", | ||
@@ -16,0 +16,0 @@ "lib/math" |
@@ -126,3 +126,3 @@ // (The MIT License) | ||
* knot: { | ||
* client: [ | ||
* modules: [ | ||
* <relative_path> | ||
@@ -165,4 +165,4 @@ * ] | ||
if (pack.knot) { | ||
if (pack.knot.client) { | ||
files = pack.knot.client; | ||
if (pack.knot.modules) { | ||
files = pack.knot.modules; | ||
for (file in files) { | ||
@@ -250,3 +250,3 @@ if (files.hasOwnProperty(file)) { | ||
// Find all system modules | ||
findModules(path.join(__dirname, 'lib'), modules); | ||
findModules(path.join(__dirname, 'modules'), modules); | ||
@@ -253,0 +253,0 @@ return function(req, res, next) { |
{ | ||
"name": "knot", | ||
"description": "A client side Node experiment.", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Richard S Allinson", |
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
52983
2