Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tblobaum committed Nov 1, 2011
1 parent 788a7c1 commit b545f29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lib/nodeQuery.js
Expand Up @@ -331,6 +331,8 @@ module.exports.middleware = function (client, conn, fn) {
res = conn,
next = fn;
if (module.exports.debug) console.log('express middleware loaded', req.url);
return Browserify(pkg);

} else {
if (module.exports.debug) console.log('dnode middleware loaded');
fns.forEach(function (fn) {
Expand All @@ -341,8 +343,11 @@ module.exports.middleware = function (client, conn, fn) {

module.exports.use = function (fn) {
fns.push(fn);
return this;
};

module.exports.use(module.exports);

if (!module.exports.debug) pkg.filter = require('uglify-js');
module.exports.bundle = Browserify(pkg);

Empty file removed lib/querystring.js
Empty file.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "nodeQuery",
"description": "DOM manipulation from the server.",
"author": "Thomas Blobaum",
"version": "0.0.8-3",
"version": "0.0.8-5",
"main": "index.js",
"keywords": [
"DOM",
Expand Down

0 comments on commit b545f29

Please sign in to comment.