Comparing version 0.0.9 to 0.0.10
@@ -65,3 +65,3 @@ var path = require('path'); | ||
pkgInfo['has'].forEach(function (id) { | ||
loadDeps(map['res'][id], async); | ||
loadDeps(fis.getInfo(id, true), async); | ||
}); | ||
@@ -68,0 +68,0 @@ } |
{ | ||
"name": "yog-view", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "An express.js middleware for optimizing the order of js\\css output, and enabling render template in bigpipe mode.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
13806