Skip to content

Commit

Permalink
fixing double dots
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuskubilius committed Jan 7, 2013
1 parent 2a3f3d9 commit 5c92a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
@@ -1,5 +1,5 @@
var slugify = require('../lib/slugify');
var ancestorTree = require('../lib.ancestorTree');
var slugify = require('./lib/slugify');
var ancestorTree = require('./lib.ancestorTree');
module.exports[slugify] = slugify;
module.exports[ancestorTree] = ancestorTree;

0 comments on commit 5c92a93

Please sign in to comment.