Skip to content

Commit

Permalink
lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
army8735 committed May 14, 2015
1 parent aebe605 commit 540d28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
if(typeof define === 'function' && (define.amd || define.cmd)) {
define(function(require, exports, module) {
module.exports = require('./web/Homunculus');
module.exports = require('./web/homunculus');
});
}
else {
module.exports = require('./src/Homunculus');
module.exports = require('./src/homunculus');
}

0 comments on commit 540d28e

Please sign in to comment.