Skip to content

Commit

Permalink
Fixes exporting module functions
Browse files Browse the repository at this point in the history
  • Loading branch information
AtiX committed Dec 31, 2015
1 parent b26e0b7 commit 7b8ffab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Require coffeescript and return the main module of fsdb
require('coffee-script').register()
return require('./src/FileSystemGraphDatabase');
module.exports = require('./src/FileSystemGraphDatabase');

0 comments on commit 7b8ffab

Please sign in to comment.