Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Meck committed Jun 25, 2010
1 parent 6670891 commit ce038f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/interface.js
Expand Up @@ -46,4 +46,4 @@ function System(layers) {
}

//node support
if (module && module.exports) {module.exports = System}
if (module && module.exports) {module.exports = {System:System}}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "interface"
, "contributors": "Bradley Meck <bradley.meck@gmail.com>"}]
, "author": "Bradley Meck <bradley.meck@gmail.com>"
, "description": "System for development. Middleware for libraries and applications."
, "version": "0.0.1"
, "main": "./lib/interface"
Expand Down

0 comments on commit ce038f4

Please sign in to comment.