Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
refactored module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Raiano committed Nov 24, 2011
1 parent 912ccd0 commit 2f0cb50
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*var index;
if (typeof module.exports !== 'undefined') {
index = module.exports;
} else {
index = root.index = {};
}
index.VERSION = '0.0.1';
*/

module.exports = require('./lib/ssoJuggler');
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
, "name": "nodeSSO"
, "version": "0.0.1"
, "private": false
, "main": "ssoJuggler.js"
, "main": "index.js"
, "engines": {
"node": "~v0.4.12"
}
Expand Down

0 comments on commit 2f0cb50

Please sign in to comment.