Skip to content

Commit

Permalink
Move nested modules up a level
Browse files Browse the repository at this point in the history
  • Loading branch information
hns committed Jun 27, 2011
1 parent b280ad5 commit 538561e
Show file tree
Hide file tree
Showing 22 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions lib/stick.js
Expand Up @@ -11,12 +11,12 @@
/**
* Shortcut to the `stick/helpers` module.
*/
var helpers = exports.helpers = require("./stick/helpers");
var helpers = exports.helpers = require("./helpers");

/**
* Shortcut to the `stick/middleware` module.
*/
var stickware = exports.middleware = require("./stick/middleware");
var stickware = exports.middleware = require("./middleware");

/**
* The application object is a JSGI application that wraps a middleware chain.
Expand Down

0 comments on commit 538561e

Please sign in to comment.